Skip to content

Commit 6acb60c

Browse files
committed
typing
1 parent cbd7ab7 commit 6acb60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pymongo/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@ def has_c() -> bool:
10951095
return False
10961096

10971097

1098-
class Version(tuple[int]):
1098+
class Version(tuple[int, ...]):
10991099
"""A class that can be used to compare version strings."""
11001100

11011101
def __new__(cls, *version: int) -> Version:

0 commit comments

Comments
 (0)