Skip to content

Commit 6fe028c

Browse files
committed
test: type disable_duplicate_packet_suppression fixture return
1 parent 2b1d261 commit 6fe028c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def run_isolated():
3535

3636

3737
@pytest.fixture
38-
def disable_duplicate_packet_suppression():
38+
def disable_duplicate_packet_suppression() -> Generator[None]:
3939
"""Disable duplicate packet suppression."""
4040
# _listener rebinds the interval at module scope, so const-only
4141
# patching does not reach the hot path.

0 commit comments

Comments
 (0)