Skip to content

Commit b04ad88

Browse files
committed
mypy: ignore import errors from twisted
1 parent 7420856 commit b04ad88

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,3 +77,6 @@ ignore_missing_imports = True
7777

7878
[mypy-urwid]
7979
ignore_missing_imports = True
80+
81+
[mypy-twisted.*]
82+
ignore_missing_imports = True

0 commit comments

Comments
 (0)