Skip to content

Commit 5fbcb37

Browse files
committed
Use the correct Iterator
1 parent a8b07bf commit 5fbcb37

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/helpers/__init__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
import socket
66
import time
77
import uuid
8-
from collections.abc import Awaitable, Callable, Sequence
8+
from collections.abc import Awaitable, Callable, Iterator, Sequence
99
from contextlib import closing, contextmanager
1010
from dataclasses import dataclass
1111
from datetime import datetime, timedelta, timezone
1212
from typing import (
1313
Any,
14-
Iterator,
1514
TypeVar,
1615
cast,
1716
)

0 commit comments

Comments
 (0)