Skip to content

Commit a369e25

Browse files
committed
chore: update typing
1 parent b2ee5c3 commit a369e25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/devices/test_device_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def channel_fixture() -> Generator[Mock, None, None]:
3737

3838

3939
@pytest.fixture(autouse=True)
40-
def mock_sleep() -> Generator[Mock, None, None]:
40+
def mock_sleep() -> Generator[None, None, None]:
4141
"""Mock sleep logic to speed up tests."""
4242
sleep_time = datetime.timedelta(seconds=0.001)
4343
with (

0 commit comments

Comments
 (0)