Explorar el Código

[tests] Remove unused "use" directive.

Daniele Alessandri hace 11 años
padre
commit
80cb31514a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tests/Predis/Replication/ReplicationStrategyTest.php

+ 0 - 1
tests/Predis/Replication/ReplicationStrategyTest.php

@@ -12,7 +12,6 @@
 namespace Predis\Replication;
 
 use PredisTestCase;
-use Predis\Command\CommandInterface;
 use Predis\Profile\ServerProfile;
 
 /**