File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2336,7 +2336,6 @@ tmp/c.py:1: error: Module "d" has no attribute "x"
23362336[out]
23372337[out2]
23382338mypy: can't read file 'tmp/nonexistent.py': No such file or directory
2339- -- '
23402339
23412340[case testSerializeAbstractPropertyIncremental]
23422341from abc import abstractmethod
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ sub.pkg is not a valid Python package name
117117mypy: can't decode file 'a.py': unknown encoding: uft-8
118118== Return code: 2
119119
120- -- '
121120[case testCannotIgnoreDuplicateModule]
122121# cmd: mypy one/mod/__init__.py two/mod/__init__.py
123122[file one/mod/__init__.py]
@@ -546,7 +545,6 @@ a/b/c/d/e/__init__.py:3: error: Argument 1 to "g" has incompatible type "None";
546545[out]
547546mypy: can't read file 'nope.py': No such file or directory
548547== Return code: 2
549- --'
550548
551549[case testModulesAndPackages]
552550# cmd: mypy --package p.a --package p.b --module c
You can’t perform that action at this time.
0 commit comments