Skip to content

Commit 1ea06f6

Browse files
committed
fix: linting
1 parent d686e59 commit 1ea06f6

File tree

1 file changed

+1
-0
lines changed
  • packages/testing/src/framework/cli

1 file changed

+1
-0
lines changed

packages/testing/src/framework/cli/fill.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ def fill(
8282
if layer.lower() == "consensus":
8383
# Import here to avoid loading leanSpec modules before LEAN_ENV is set
8484
from consensus_testing.keys import _download_keys, _get_keys_dir
85+
8586
keys_dir = _get_keys_dir(scheme.lower())
8687

8788
# Check if keys already exist, if not, download them

0 commit comments

Comments
 (0)