Skip to content

Commit cfd4bbf

Browse files
author
Damon Chen
committed
Check lint with flake-black and fix it
1 parent 2bbf8e6 commit cfd4bbf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integration_tests/test_exported_genesis.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@
1010
@pytest.fixture(scope="module")
1111
def custom_cronos(tmp_path_factory, yamls):
1212
path = tmp_path_factory.mktemp("cronos")
13-
yield from setup_custom_cronos(
14-
path, 26000, yamls["genesis_token_mapping"]
15-
)
13+
yield from setup_custom_cronos(path, 26000, yamls["genesis_token_mapping"])
1614

1715

1816
def test_exported_contract(custom_cronos):

0 commit comments

Comments
 (0)