From 8fb22931f5edc6649a64dcaa05054c990898a4dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 22 Dec 2017 14:42:18 +0100 Subject: [PATCH] Remove unused imports --- pillar/api/projects/hooks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pillar/api/projects/hooks.py b/pillar/api/projects/hooks.py index b1410020..0365e1d5 100644 --- a/pillar/api/projects/hooks.py +++ b/pillar/api/projects/hooks.py @@ -2,7 +2,6 @@ import copy import logging from flask import request, abort, current_app -from gcloud import exceptions as gcs_exceptions from pillar.api.node_types.asset import node_type_asset from pillar.api.node_types.comment import node_type_comment @@ -10,7 +9,6 @@ from pillar.api.node_types.group import node_type_group from pillar.api.node_types.group_texture import node_type_group_texture from pillar.api.node_types.texture import node_type_texture from pillar.api.file_storage_backends import default_storage_backend -from pillar.api.file_storage_backends.gcs import GoogleCloudStorageBucket from pillar.api.utils import authorization, authentication from pillar.api.utils import remove_private_keys from pillar.api.utils.authorization import user_has_role, check_permissions