Browse Source

Remove useless use directive.

Daniele Alessandri 9 years ago
parent
commit
97dfba1e98
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/Connection/Aggregate/SentinelReplication.php

+ 0 - 1
src/Connection/Aggregate/SentinelReplication.php

@@ -15,7 +15,6 @@ use Predis\CommunicationException;
 use Predis\Command\CommandInterface;
 use Predis\Command\RawCommand;
 use Predis\Connection\ConnectionException;
-use Predis\Connection\Factory as ConnectionFactory;
 use Predis\Connection\FactoryInterface as ConnectionFactoryInterface;
 use Predis\Connection\NodeConnectionInterface;
 use Predis\Connection\Parameters;