diff options
author | reivilibre <oliverw@matrix.org> | 2021-10-11 16:28:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-11 16:28:29 +0100 |
commit | 4c838112dcb06d83e6cfd0f14bf95197fb466863 (patch) | |
tree | 23c47635d0d0d420768fe8d8a38b5d22148b23d9 /changelog.d | |
parent | Release script improvements (#10966) (diff) | |
download | synapse-4c838112dcb06d83e6cfd0f14bf95197fb466863.tar.xz |
Remove unnecessary list comprehension in `synapse_port_db` to fix linting in CI (#11043)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11043.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11043.misc b/changelog.d/11043.misc new file mode 100644 index 0000000000..c5f127bb46 --- /dev/null +++ b/changelog.d/11043.misc @@ -0,0 +1 @@ +Remove unnecessary list comprehension from `synapse_port_db` to satisfy code style requirements. |