synapse/changelog.d/7155.bugfix
David Vo fbf0782c63
Only import sqlite3 when type checking (#7155)
Fixes: #7127
Signed-off-by: David Vo <david@vovo.id.au>
2020-03-27 13:20:00 +00:00

2 lines
84 B
Plaintext

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