From 941ebe49ffc32c6d67b487094a6f8e1c290e93bc Mon Sep 17 00:00:00 2001 From: Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> Date: Thu, 9 Dec 2021 12:58:25 +0100 Subject: Use HTTPStatus constants in place of literals in `synapse.http` (#11543) --- changelog.d/11543.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/11543.misc (limited to 'changelog.d/11543.misc') diff --git a/changelog.d/11543.misc b/changelog.d/11543.misc new file mode 100644 index 0000000000..99817d71a4 --- /dev/null +++ b/changelog.d/11543.misc @@ -0,0 +1 @@ +Use HTTPStatus constants in place of literals in `synapse.http`. \ No newline at end of file -- cgit 1.5.1