Skip to content

Commit a86a9b1

Browse files
committed
fix typo, version -> version_info
1 parent cc19089 commit a86a9b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/asyncio/test_bidi_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from google.api_core import bidi_async
3030

3131

32-
if sys.version < (3, 10): # type: ignore[operator]
32+
if sys.version_info < (3, 10): # type: ignore[operator]
3333

3434
def aiter(obj):
3535
return obj.__aiter__()

0 commit comments

Comments
 (0)