inline conditional imports for cli behaviors

This commit is contained in:
David Lord 2022-05-23 09:46:20 -07:00
parent e322f32e94
commit 1232d69860
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
3 changed files with 40 additions and 35 deletions

View file

@ -116,3 +116,6 @@ ignore_missing_imports = True
[mypy-cryptography.*]
ignore_missing_imports = True
[mypy-importlib_metadata]
ignore_missing_imports = True