summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2021-10-11 16:28:29 +0100
committerGitHub <noreply@github.com>2021-10-11 16:28:29 +0100
commit4c838112dcb06d83e6cfd0f14bf95197fb466863 (patch)
tree23c47635d0d0d420768fe8d8a38b5d22148b23d9 /changelog.d
parentRelease script improvements (#10966) (diff)
downloadsynapse-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.misc1
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.