forked from orbit-oss/flask
inline conditional imports for cli behaviors
This commit is contained in:
parent
e322f32e94
commit
1232d69860
3 changed files with 40 additions and 35 deletions
|
|
@ -116,3 +116,6 @@ ignore_missing_imports = True
|
|||
|
||||
[mypy-cryptography.*]
|
||||
ignore_missing_imports = True
|
||||
|
||||
[mypy-importlib_metadata]
|
||||
ignore_missing_imports = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue