diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-02-08 09:15:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-08 09:15:59 -0500 |
commit | 6c0984e3f007de469af74d8b6a432c8704633b03 (patch) | |
tree | 556699664b62431032555024fff93ff4c77b1b65 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-6c0984e3f007de469af74d8b6a432c8704633b03.tar.xz |
Remove unnecessary ignores due to Twisted upgrade. (#11939)
Twisted 22.1.0 fixed some internal type hints, allowing Synapse to remove ignore calls for parameters to connectTCP.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11939.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11939.misc b/changelog.d/11939.misc new file mode 100644 index 0000000000..317526f9ef --- /dev/null +++ b/changelog.d/11939.misc @@ -0,0 +1 @@ +Remove an unnecessary ignoring of type hints due to fixes in upstream packages. |