synapse/changelog.d/8577.misc
Jonathan de Jong 79c1f973ce
Pre-emptively fix synapse.storage.types.Connection for future mypy release (#8577)
Fix the Connection protocol according to typeshed's assertions about sqlite3.Connection
2020-10-17 09:51:38 +01:00

1 line
62 B
Plaintext

Adjust a protocol-type definition to fit `sqlite3` assertions.