diff options
author | Jonathan de Jong <jonathandejong02@gmail.com> | 2020-09-17 14:37:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-17 08:37:01 -0400 |
commit | 837293c314b47e988fe9532115476a6536cd6406 (patch) | |
tree | 9d0ec87ddbe4372a07f8b8053b3f8e3e5c3bd3ee /changelog.d | |
parent | Use admin_patterns for all admin APIs. (#8331) (diff) | |
download | synapse-837293c314b47e988fe9532115476a6536cd6406.tar.xz |
Remove obsolete __future__ imports (#8337)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/8337.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8337.misc b/changelog.d/8337.misc new file mode 100644 index 0000000000..4daf272204 --- /dev/null +++ b/changelog.d/8337.misc @@ -0,0 +1 @@ +Remove `__future__` imports related to Python 2 compatibility. \ No newline at end of file |