Skip to content

Commit

Permalink
Black formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Sep 2, 2021
1 parent 9e3c81b commit 4a8404d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/unit/forklift/test_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -2677,7 +2677,7 @@ def storage_service_store(path, file_path, *, meta):
file_storage_hash[:2],
file_storage_hash[2:4],
file_storage_hash[4:],
filename + '.metadata',
filename + ".metadata",
]
),
mock.ANY,
Expand All @@ -2687,7 +2687,7 @@ def storage_service_store(path, file_path, *, meta):
"package-type": "bdist_wheel",
"python-version": "cp34",
},
)
),
]

# Ensure that a File object has been created.
Expand Down Expand Up @@ -2812,7 +2812,7 @@ def storage_service_store(path, file_path, *, meta):
file_storage_hash[:2],
file_storage_hash[2:4],
file_storage_hash[4:],
filename + '.metadata',
filename + ".metadata",
]
),
mock.ANY,
Expand All @@ -2822,7 +2822,7 @@ def storage_service_store(path, file_path, *, meta):
"package-type": "bdist_wheel",
"python-version": "cp34",
},
)
),
]

# Ensure that a File object has been created.
Expand Down

0 comments on commit 4a8404d

Please sign in to comment.