Completed
Pull Request — master (#24279)
by Robin
09:47
created
apps/files_external/command/watch.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,10 +27,8 @@
 block discarded – undo
27 27
 use OCP\Files\Storage\INotifyStorage;
28 28
 use OCP\Files\Storage\IStorage;
29 29
 use Symfony\Component\Console\Command\Command;
30
-use Symfony\Component\Console\Helper\TableHelper;
31 30
 use Symfony\Component\Console\Input\InputArgument;
32 31
 use Symfony\Component\Console\Input\InputInterface;
33
-use Symfony\Component\Console\Input\InputOption;
34 32
 use Symfony\Component\Console\Output\OutputInterface;
35 33
 
36 34
 class Watch extends Base {
Please login to merge, or discard this patch.