summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorJonathan de Jong <jonathan@automatia.nl>2020-10-17 10:51:38 +0200
committerGitHub <noreply@github.com>2020-10-17 09:51:38 +0100
commit79c1f973cee73f2d24c1b9140500e1999b25a479 (patch)
tree8926943c4081c8794660f090c1e1aae2739ae56a /changelog.d
parentFix synmark (#8571) (diff)
downloadsynapse-79c1f973cee73f2d24c1b9140500e1999b25a479.tar.xz
Pre-emptively fix synapse.storage.types.Connection for future mypy release (#8577)
Fix the Connection protocol according to typeshed's assertions about sqlite3.Connection
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8577.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8577.misc b/changelog.d/8577.misc
new file mode 100644
index 0000000000..75fe563a02
--- /dev/null
+++ b/changelog.d/8577.misc
@@ -0,0 +1 @@
+Adjust a protocol-type definition to fit `sqlite3` assertions.
\ No newline at end of file