Skip to content
Snippets Groups Projects
Verified Commit 7e42142d authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

mypy: Fix missing import

parent 5e95af9c
No related branches found
No related tags found
No related merge requests found
......@@ -32,3 +32,6 @@ ignore_missing_imports = True
[mypy-xmltodict.*]
ignore_missing_imports = True
[mypy-swh.loader.tar.*]
ignore_missing_imports = True
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment