summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Backend/Swift.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-02-14 22:23:07 +0100
committerGitHub <noreply@github.com>2018-02-14 22:23:07 +0100
commit236086c457672742eb3ff57acf66587549b69345 (patch)
tree3cfb6ba2ff831cf94d37a14c740de6e281795b62 /apps/files_external/lib/Lib/Backend/Swift.php
parenta966d5256c14a9481dcf4d23c2b0b7466183e8e8 (diff)
parentd3d045dd5c5af5f29268727afe63f3c53d22af6c (diff)
downloadnextcloud-server-236086c457672742eb3ff57acf66587549b69345.tar.gz
nextcloud-server-236086c457672742eb3ff57acf66587549b69345.zip
Merge pull request #8335 from nextcloud/remove-unused-import
Remove unused import statements
Diffstat (limited to 'apps/files_external/lib/Lib/Backend/Swift.php')
-rw-r--r--apps/files_external/lib/Lib/Backend/Swift.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files_external/lib/Lib/Backend/Swift.php b/apps/files_external/lib/Lib/Backend/Swift.php
index b0a69ae51e0..f2b694362f4 100644
--- a/apps/files_external/lib/Lib/Backend/Swift.php
+++ b/apps/files_external/lib/Lib/Backend/Swift.php
@@ -23,10 +23,8 @@
namespace OCA\Files_External\Lib\Backend;
use \OCP\IL10N;
-use \OCA\Files_External\Lib\Backend\Backend;
use \OCA\Files_External\Lib\DefinitionParameter;
use \OCA\Files_External\Lib\Auth\AuthMechanism;
-use \OCA\Files_External\Service\BackendService;
use \OCA\Files_External\Lib\Auth\OpenStack\OpenStack;
use \OCA\Files_External\Lib\Auth\OpenStack\Rackspace;
use \OCA\Files_External\Lib\LegacyDependencyCheckPolyfill;