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 8427df1 commit 47b9f5eCopy full SHA for 47b9f5e
test-data/unit/pep561.test
@@ -82,15 +82,6 @@ reveal_type(a)
82
testTypedPkgStubs_python2.py:3: error: Module "typedpkg" has no attribute "dne"
83
testTypedPkgStubs_python2.py:5: note: Revealed type is "builtins.list[builtins.str]"
84
85
-[case testTypedPkgSimple_python2]
86
-# pkgs: typedpkg
87
-from typedpkg.sample import ex
88
-from typedpkg import dne
89
-a = ex([''])
90
-reveal_type(a)
91
-[out]
92
-testTypedPkgSimple_python2.py:5: note: Revealed type is "builtins.tuple[builtins.str, ...]"
93
-
94
[case testTypedPkgSimpleEgg]
95
# pkgs: typedpkg; no-pip
96
from typedpkg.sample import ex
0 commit comments