We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 266c9be commit 3b216d5Copy full SHA for 3b216d5
tests/functional/g/generic_alias/generic_alias_mixed_py39.py
@@ -15,7 +15,7 @@
15
var_iterable: collections.abc.Iterable[int]
16
var_awaitable: collections.abc.Awaitable[int]
17
var_pattern: re.Pattern[int]
18
-var_bytestring: collections.abc.ByteString # >=3.14: [no-member]
+var_bytestring: collections.abc.ByteString
19
var_hashable: collections.abc.Hashable
20
var_context_manager: contextlib.AbstractContextManager[int]
21
0 commit comments