Fix typing import issues

This commit is contained in:
Grey Li 2021-07-01 18:43:35 +08:00
parent 72078148c0
commit 9fa8b0f7ad
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