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

Commit

Permalink
We don't seem to use h11
Browse files Browse the repository at this point in the history
The ignore was added in #6023 (as was most of mypy.ini), but that change
appears unrelated. I can't find anywhere that we've ever used `h11` in
Synapse.
  • Loading branch information
David Robertson committed May 2, 2022
1 parent 14c4458 commit 9e94ff1
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 @@ -247,9 +247,6 @@ ignore_missing_imports = True
[mypy-constantly]
ignore_missing_imports = True

[mypy-h11]
ignore_missing_imports = True

[mypy-hiredis]
ignore_missing_imports = True

Expand Down

0 comments on commit 9e94ff1

Please sign in to comment.