diff options
author | Erik Johnston <erik@matrix.org> | 2020-05-12 11:20:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-12 11:20:48 +0100 |
commit | 1a1da60ad2c9172fe487cd38a164b39df60f4cb5 (patch) | |
tree | 2b2f1a2f431535f2f9088f06486c9070c3805f0c /changelog.d | |
parent | Convert federation handler to async/await. (#7459) (diff) | |
download | synapse-1a1da60ad2c9172fe487cd38a164b39df60f4cb5.tar.xz |
Fix new flake8 errors (#7470)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7470.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7470.misc b/changelog.d/7470.misc new file mode 100644 index 0000000000..45e66ecf48 --- /dev/null +++ b/changelog.d/7470.misc @@ -0,0 +1 @@ +Fix linting errors in new version of Flake8. |