Turning into instance attributes

This commit is contained in:
Júlio César Batista 2019-02-08 09:04:01 -02:00
parent a4059851e7
commit 1bb6c4154c
1 changed files with 0 additions and 4 deletions

View File

@ -149,10 +149,6 @@ class S3FeedStorage(BlockingFeedStorage):
class GCSFeedStorage(BlockingFeedStorage):
project_id = None
bucket_name = None
blob_name = None
def __init__(self, uri, project_id):
self.project_id = project_id
u = urlparse(uri)