synapse/changelog.d/7155.bugfix
David Vo 5bd2b27525 Only import sqlite3 when type checking
Fixes: #7127
Signed-off-by: David Vo <david@vovo.id.au>
2020-03-31 11:27:17 +01:00

2 lines
84 B
Plaintext

Avoid importing `sqlite3` when using the postgres backend. Contributed by David Vo.