Completed
Push — fix-file-not-found ( 4f93ab )
by Victor
08:53
created
lib/backgroundscanner.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -9,11 +9,9 @@
 block discarded – undo
9 9
 namespace OCA\Files_Antivirus;
10 10
 
11 11
 use OC\Files\Filesystem;
12
-use OC\Files\View;
13 12
 use OCP\Files\IRootFolder;
14 13
 use OCP\IUser;
15 14
 use OCP\IL10N;
16
-
17 15
 use OCA\Files_Antivirus\Item;
18 16
 
19 17
 class BackgroundScanner {
Please login to merge, or discard this patch.