Sfoglia il codice sorgente

[tests] Remove unused "use" directive.

Daniele Alessandri 11 anni fa
parent
commit
80cb31514a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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;
 
 /**