Skip to content

Commit

Permalink
remove unnecessary things
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 21, 2024
1 parent 9a638da commit 88b428b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcs/object.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def init_media(cls, request, bucket):
return cls.init_dict(request, metadata, media, bucket, False)

@classmethod
def init_multipart(cls, request: object, bucket: object) -> object:
def init_multipart(cls, request, bucket):
metadata, media_headers, media = testbench.common.parse_multipart(request)
metadata["name"] = request.args.get("name", metadata.get("name", None))
if metadata["name"] is None:
Expand Down

0 comments on commit 88b428b

Please sign in to comment.