diff options
author | Ankit Dobhal <dobhal.ankit@protonmail.com> | 2021-03-22 20:48:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 11:18:13 -0400 |
commit | d66f9070cd0f826e5b6630f8e1f6ed5837a3c3cb (patch) | |
tree | c9b922f44e1ff234f7b053b049cd94d5fce1f79c /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-d66f9070cd0f826e5b6630f8e1f6ed5837a3c3cb.tar.xz |
Fixed code misc. quality issues (#9649)
- Merge 'isinstance' calls. - Remove unnecessary dict call outside of comprehension. - Use 'sys.exit()' calls.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9649.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9649.misc b/changelog.d/9649.misc new file mode 100644 index 0000000000..58c5fd0537 --- /dev/null +++ b/changelog.d/9649.misc @@ -0,0 +1 @@ +Fixed some antipattern issues to improve code quality. |