Fix typing import issues

This commit is contained in:
Grey Li 2021-07-01 18:43:35 +08:00
parent 4fc06df362
commit f9742efabe
2 changed files with 4 additions and 1 deletions

View file

@ -112,3 +112,6 @@ ignore_missing_imports = True
[mypy-dotenv.*]
ignore_missing_imports = True
[mypy-cryptography.*]
ignore_missing_imports = True