summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-03-25 15:24:58 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-03-25 15:24:58 +0000
commit14c4f08f5c2be162b2902aca189948e9387f91ef (patch)
treed73248921a5df4673b996273450bf7dd18267bf1
parentOnly import sqlite3 by default if running mypy checks (diff)
downloadsynapse-14c4f08f5c2be162b2902aca189948e9387f91ef.tar.xz
Add changelog
-rw-r--r--changelog.d/7143.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7143.bugfix b/changelog.d/7143.bugfix
new file mode 100644

index 0000000000..e5643eccc5 --- /dev/null +++ b/changelog.d/7143.bugfix
@@ -0,0 +1 @@ +Prevent `sqlite3` module from being imported even when using the postgres backend. \ No newline at end of file