summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-07-12 10:30:05 -0400
committerGitHub <noreply@github.com>2023-07-12 14:30:05 +0000
commit204b66c203564a019f1ecb4fb3909bfb375ce615 (patch)
treefef7e046407e986500c210649842424a19c6f015 /changelog.d
parentFix running with an empty experimental features section. (#15925) (diff)
downloadsynapse-204b66c203564a019f1ecb4fb3909bfb375ce615.tar.xz
Remove unneeded __init__. (#15926)
Remove an __init__ which only calls super() without changing the
input arguments.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15926.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15926.misc b/changelog.d/15926.misc
new file mode 100644
index 0000000000..bf4c0fa5d0
--- /dev/null
+++ b/changelog.d/15926.misc
@@ -0,0 +1 @@
+Remove unneeded `__init__`.