diff options
author | Karthikeyan Singaravelan <tir.karthi@gmail.com> | 2020-07-20 23:03:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-20 13:33:04 -0400 |
commit | a7b06a81f02ed97975f45e0abd70b731c686fc86 (patch) | |
tree | 10652c60f806376dfdac6541fe7ad73bbffaefa9 /changelog.d | |
parent | Change sample config's postgres user to synapse_user (#7889) (diff) | |
download | synapse-a7b06a81f02ed97975f45e0abd70b731c686fc86.tar.xz |
Fix deprecation warning: import ABC from collections.abc (#7892)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7892.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7892.misc b/changelog.d/7892.misc new file mode 100644 index 0000000000..ef4cfa04fd --- /dev/null +++ b/changelog.d/7892.misc @@ -0,0 +1 @@ +Import ABC from `collections.abc` for Python 3.10 compatibility. |