diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-02-11 13:07:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 13:07:55 +0000 |
commit | 4ef39f3353ae2b2c2ccae78b93bb3a05f1911fe6 (patch) | |
tree | fcc475cd759628d61fd53291c4424789d3ededa5 /changelog.d | |
parent | Adds misc missing type hints (#11953) (diff) | |
download | synapse-4ef39f3353ae2b2c2ccae78b93bb3a05f1911fe6.tar.xz |
fix import cycle (#11965)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11965.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11965.misc b/changelog.d/11965.misc new file mode 100644 index 0000000000..e0265e103f --- /dev/null +++ b/changelog.d/11965.misc @@ -0,0 +1 @@ +Fix an import cycle in `synapse.event_auth`. |