Skip to content

Commit 1c19e0f

Browse files
committed
Ruff
1 parent 8dc3a8f commit 1c19e0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/e2e_tests/test_wallet_creations.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,9 @@ def test_wallet_regen(wallet_setup, capfd):
543543
)
544544
print("Passed wallet regen_hotkey command ✅")
545545

546-
hotkeypub_path = os.path.join(wallet_path, "new_wallet", "hotkeys", "new_hotkeypub.txt")
546+
hotkeypub_path = os.path.join(
547+
wallet_path, "new_wallet", "hotkeys", "new_hotkeypub.txt"
548+
)
547549
initial_hotkeypub_mod_time = os.path.getmtime(hotkeypub_path)
548550
result = exec_command(
549551
command="wallet",

0 commit comments

Comments
 (0)