Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 4f14f6b

Browse files
committed
chore: blacken
1 parent 7db1dad commit 4f14f6b

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

tests/system/test_system.py

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -537,15 +537,9 @@ def test_bucket_get_blob_with_user_project(self):
537537
class TestStorageFiles(unittest.TestCase):
538538

539539
FILES = {
540-
"logo": {
541-
"path": os.path.join(DATA_DIRNAME, "CloudPlatform_128px_Retina.png")
542-
},
543-
"big": {
544-
"path": os.path.join(DATA_DIRNAME, "five-point-one-mb-file.zip"),
545-
},
546-
"simple": {
547-
"path": os.path.join(DATA_DIRNAME, "simple.txt"),
548-
},
540+
"logo": {"path": os.path.join(DATA_DIRNAME, "CloudPlatform_128px_Retina.png")},
541+
"big": {"path": os.path.join(DATA_DIRNAME, "five-point-one-mb-file.zip"),},
542+
"simple": {"path": os.path.join(DATA_DIRNAME, "simple.txt"),},
549543
}
550544

551545
@classmethod

0 commit comments

Comments
 (0)