Skip to content

Commit 83d483d

Browse files
add type hint
1 parent 42755fb commit 83d483d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e_tests/utils/chain_interactions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ async def wait_interval(
109109
subtensor: "Subtensor",
110110
netuid: int = 1,
111111
reporting_interval: int = 1,
112-
sleep=0.25,
112+
sleep: float = 0.25,
113113
):
114114
"""
115115
Waits until the next tempo interval starts for a specific subnet.

0 commit comments

Comments
 (0)