Completed
Push — master ( 6a6fc8...07e153 )
by Stanislav
02:24
created
src/Application.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,13 +3,11 @@
 block discarded – undo
3 3
 namespace Popstas\Transmission\Console;
4 4
 
5 5
 use GuzzleHttp;
6
-use GuzzleHttp\Exception\ConnectException;
7 6
 use InfluxDB;
8 7
 use Popstas\Transmission\Console\Command;
9 8
 use Psr\Log\LoggerInterface;
10 9
 use Stecman\Component\Symfony\Console\BashCompletion;
11 10
 use Symfony\Component\Console\Application as BaseApplication;
12
-use Symfony\Component\Console\Input\InputInterface;
13 11
 
14 12
 class Application extends BaseApplication
15 13
 {
Please login to merge, or discard this patch.