Skip to content

Commit cc224ca

Browse files
authored
Remove unused variable in testpep561.py (#11114)
1 parent d263a96 commit cc224ca

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

mypy/test/testpep561.py

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,6 @@
2020
# tests, otherwise mypy will ignore installed third-party packages.
2121

2222

23-
_NAMESPACE_PROGRAM = """
24-
{import_style}
25-
from typedpkg_ns.ns.dne import dne
26-
27-
af("abc")
28-
bf(False)
29-
dne(123)
30-
31-
af(False)
32-
bf(2)
33-
dne("abc")
34-
"""
35-
36-
3723
class PEP561Suite(DataSuite):
3824
files = [
3925
'pep561.test',

0 commit comments

Comments
 (0)