We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81b1b5a commit a746b81Copy full SHA for a746b81
‎imports.py‎
@@ -20,7 +20,7 @@
20
import pathlib
21
import subprocess
22
import sys
23
-from typing import Generator
+from collections.abc import Generator
24
25
import jaraco.context
26
from jaraco.collections import Projection
‎pypi.py‎
@@ -55,7 +55,7 @@
55
56
import re
57
import tokenize
58
-from typing import Iterator
+from collections.abc import Iterator
59
60
import jaraco.collections
61
import jaraco.mongodb.helper
0 commit comments