diff options
author | David Vo <david@vovo.id.au> | 2020-03-27 12:26:55 +1100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-03-31 11:27:17 +0100 |
commit | 5bd2b275254bcbf001bee20d821c0ef567b9587f (patch) | |
tree | a0159125dd5e18079477961eba80481fa7b65497 /changelog.d | |
parent | Fix another instance (diff) | |
download | synapse-5bd2b275254bcbf001bee20d821c0ef567b9587f.tar.xz |
Only import sqlite3 when type checking
Fixes: #7127 Signed-off-by: David Vo <david@vovo.id.au>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7155.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7155.bugfix b/changelog.d/7155.bugfix new file mode 100644 index 0000000000..0bf51e7aba --- /dev/null +++ b/changelog.d/7155.bugfix @@ -0,0 +1 @@ +Avoid importing `sqlite3` when using the postgres backend. Contributed by David Vo. |