removed unused imports
This commit is contained in:
parent
282f67dad1
commit
94200b682c
1 changed files with 0 additions and 3 deletions
|
@ -42,12 +42,9 @@
|
||||||
namespace OCA\Files_Versions;
|
namespace OCA\Files_Versions;
|
||||||
|
|
||||||
use OC\Files\Filesystem;
|
use OC\Files\Filesystem;
|
||||||
use OC\Search\Provider\File;
|
|
||||||
use OCA\Activity\Extension\Files;
|
|
||||||
use OCA\Files_Versions\AppInfo\Application;
|
use OCA\Files_Versions\AppInfo\Application;
|
||||||
use OCA\Files_Versions\Command\Expire;
|
use OCA\Files_Versions\Command\Expire;
|
||||||
use OCP\Lock\ILockingProvider;
|
use OCP\Lock\ILockingProvider;
|
||||||
use OCP\Files\NotFoundException;
|
|
||||||
|
|
||||||
class Storage {
|
class Storage {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue