diff options
author | Amber Brown <hawkowl@atleastfornow.net> | 2019-03-29 00:37:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 00:37:16 +1100 |
commit | 2e060774adae2055bf9f3ce3e4ac6018b1034382 (patch) | |
tree | 041beb9d2826b52cb9b134ad5be5130de69128a1 /changelog.d/4959.misc | |
parent | Fix/improve some docstrings in the replication code. (#4949) (diff) | |
download | synapse-2e060774adae2055bf9f3ce3e4ac6018b1034382.tar.xz |
Run `black` on some storage modules that the stats branch touches (#4959)
Diffstat (limited to 'changelog.d/4959.misc')
-rw-r--r-- | changelog.d/4959.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/4959.misc b/changelog.d/4959.misc new file mode 100644 index 0000000000..dd4275501f --- /dev/null +++ b/changelog.d/4959.misc @@ -0,0 +1 @@ +Run `black` to clean up formatting on `synapse/storage/roommember.py` and `synapse/storage/events.py`. \ No newline at end of file |