Skip to content

Commit da4b8cf

Browse files
committed
Fix code style issues with Black
1 parent 0133711 commit da4b8cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/commands/delete/test_delete_variants_cmd.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ def test_delete_variants_dry_run(mock_app, case_obj, user_obj):
4646
# And no variants should be deleted
4747
assert sum(1 for _ in store.variant_collection.find()) == n_initial_vars
4848

49+
4950
def test_delete_variants(mock_app, case_obj, user_obj):
5051
"""Test deleting variants using the delete variants command line"""
5152

0 commit comments

Comments
 (0)