diff --git a/__init__.py b/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/google_helpers/storage_service.py b/google_helpers/storage_service.py index e42c1089..d3faf066 100644 --- a/google_helpers/storage_service.py +++ b/google_helpers/storage_service.py @@ -33,4 +33,4 @@ def get_storage_resource(): credentials = GoogleCredentials.from_stream(settings.GOOGLE_APPLICATION_CREDENTIALS)\ .create_scoped(STORAGE_SCOPES) - return discovery.build('storage', 'v1', credentials=credentials) + return discovery.build('storage', 'v1', credentials=credentials) \ No newline at end of file