typing tweaks

This commit is contained in:
Damien Elmes 2019-12-19 21:11:35 +10:00
parent 5fbe9ff048
commit 66406110f5
2 changed files with 2 additions and 0 deletions

View file

@ -13,6 +13,7 @@ from anki.utils import isWin, isMac
from PyQt5.QtCore import *
from PyQt5.QtWidgets import *
from PyQt5.QtGui import * # type: ignore
from PyQt5.Qt import * # type: ignore
# trigger explicit message in case of missing libraries
# instead of silently failing to import

View file

@ -1,5 +1,6 @@
[mypy]
python_version = 3.6
pretty = true
[mypy-win32file]
ignore_missing_imports = True