Skip to content

Commit

Permalink
remove unsued var
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-widmann committed Sep 26, 2024
1 parent ef43079 commit 5b86c0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion guillotina_s3storage/storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ async def _download(self, uri, bucket=None, **kwargs):
return await client.get_object(Bucket=bucket, Key=uri, **kwargs)

async def iter_data(self, uri=None, **kwargs):
bucket = None
if uri is None:
file = self.field.query(self.field.context or self.context, None)
if not _is_uploaded_file(file):
Expand Down

0 comments on commit 5b86c0c

Please sign in to comment.