8000 Fix mypy self check on Windows (#4362) · python/mypy@f6dec70 · GitHub
[go: up one dir, main page]

Skip to content
Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6dec70

Browse files
emmatypinggvanrossum
authored andcommitted
Fix mypy self check on Windows (#4362)
Noticed this working on #4278 :)
1 parent 37e6e4c commit f6dec70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/test/testdmypy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
'check-newtype.test',
3131
]
3232
else:
33-
dmypy_files = []
33+
dmypy_files = [] # type: List[str]
3434

3535

3636
class TypeCheckSuite(DataSuite):

0 commit comments

Comments
 (0)
0