From 1f05a180378c1254c12e96dfcadc6c823dff5210 Mon Sep 17 00:00:00 2001 From: Marius David Wieschollek Date: Thu, 9 Nov 2023 16:26:27 +0100 Subject: [PATCH] Remove unused import statement Signed-off-by: Marius David Wieschollek --- lib/Command/SetTermsCommand.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/Command/SetTermsCommand.php b/lib/Command/SetTermsCommand.php index 409088ca..d5c026aa 100644 --- a/lib/Command/SetTermsCommand.php +++ b/lib/Command/SetTermsCommand.php @@ -21,7 +21,6 @@ namespace OCA\TermsOfService\Command; -use OCA\Passwords\Exception\Command\NonInteractiveShellException; use OCA\TermsOfService\Db\Entities\Terms; use OCA\TermsOfService\Db\Mapper\CountryMapper; use OCA\TermsOfService\Db\Mapper\LanguageMapper;