Skip to content

Commit

Permalink
Remove obsolete imports
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen committed Mar 24, 2021
1 parent d7cf969 commit b1f6a4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/Filesystem/Helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,11 @@

namespace OCA\TermsOfService\Filesystem;

use OC;
use OC\Core\Controller\ClientFlowLoginController;
use OC\Core\Controller\ClientFlowLoginV2Controller;
use OC\Core\Controller\LoginController;
use OCA\Files_Sharing\Controller\ShareController;
use OCA\Registration\Controller\RegisterController;
use OCA\TermsOfService\AppInfo\Application;
use OCA\TermsOfService\Checker;

class Helper {
Expand Down

0 comments on commit b1f6a4b

Please sign in to comment.