浏览代码

Remove useless use directive.

Daniele Alessandri 9 年之前
父节点
当前提交
97dfba1e98
共有 1 个文件被更改,包括 0 次插入1 次删除
  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;