Skip to content

Commit

Permalink
fix: unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
  • Loading branch information
ChristophWurst committed Dec 16, 2022
1 parent 3d0dcc8 commit f54127c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/AppInfo/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,9 @@
use OCP\AppFramework\Bootstrap\IBootContext;
use OCP\AppFramework\Bootstrap\IBootstrap;
use OCP\AppFramework\Bootstrap\IRegistrationContext;
use OCP\AppFramework\Http\ContentSecurityPolicy;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\IConfig;
use OCP\IInitialStateService;
use OCP\Security\CSP\AddContentSecurityPolicyEvent;
use OCP\Support\CrashReport\IRegistry;
use OCP\Support\CrashReport\IReporter;
use OCP\Util;
use Psr\Container\ContainerInterface;
use function parse_url;
use function Sentry\init as initSentry;

class Application extends App implements IBootstrap {
Expand Down

0 comments on commit f54127c

Please sign in to comment.