Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
importlib-metadata has type annotations
Browse files Browse the repository at this point in the history
In #12326 I added this config to get the tox mypy job to pass. It failed
on a630a0a (see
https://github.com/matrix-org/synapse/runs/5740930065?check_suite_focus=true)
because tox hadn't installed importlib_metadata at all.

Now that we're using the locked poetry environment, we don't have this
problem any more.
  • Loading branch information
David Robertson committed May 2, 2022
1 parent 8d23186 commit a315212
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,9 +250,6 @@ ignore_missing_imports = True
[mypy-ijson.*]
ignore_missing_imports = True

[mypy-importlib_metadata.*]
ignore_missing_imports = True

[mypy-jaeger_client.*]
ignore_missing_imports = True

Expand Down

0 comments on commit a315212

Please sign in to comment.