8000 Consistent dict literal formatting. · googleapis/google-cloud-python@7de8081 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7de8081

Browse files
committed
Consistent dict literal formatting.
What did Emerson know, anyway?
1 parent d4409f4 commit 7de8081

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gcloud/storage/key.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,8 @@ def upload_from_file(self, file_obj, rewind=False, size=None,
287287
query_params = {
288288
'uploadType': 'resumable',
289289
'name': urllib.quote_plus(self.name),
290-
}
290+
}
291+
291292
upload_url = self.connection.build_api_url(
292293
path=self.bucket.path + '/o',
293294
query_params=query_params,

0 commit comments

Comments
 (0)
0