Browse Source

Revert requiring a specific version of Twisted for mypy checks. (#9618)

Patrick Cloke 3 years ago
parent
commit
f87dfb9403
2 changed files with 1 additions and 2 deletions
  1. 1 0
      changelog.d/9618.misc
  2. 0 2
      tox.ini

+ 1 - 0
changelog.d/9618.misc

@@ -0,0 +1 @@
+Fix incorrect type hints.

+ 0 - 2
tox.ini

@@ -189,7 +189,5 @@ commands=
 [testenv:mypy]
 deps =
     {[base]deps}
-    # Type hints are broken with Twisted > 20.3.0, see https://github.com/matrix-org/synapse/issues/9513
-    twisted==20.3.0
 extras = all,mypy
 commands = mypy