summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-04-27 08:44:53 -0400
committerGitHub <noreply@github.com>2023-04-27 12:44:53 +0000
commit6efa6740044bc240691115135660d901db358ce9 (patch)
treeeb0b6866dd5d8ac2365e67fb265282a28dd00a05 /changelog.d
parentCheck databases/__init__ and main/cache with mypy. (#15496) (diff)
downloadsynapse-6efa6740044bc240691115135660d901db358ce9.tar.xz
Add type hints to schema deltas (#15497)
Cleans-up the schema delta files:

* Removes no-op functions.
* Adds missing type hints to function parameters.
* Fixes any issues with type hints.

This also renames one (very old) schema delta to avoid a conflict
that mypy complains about.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/15497.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/15497.misc b/changelog.d/15497.misc
new file mode 100644
index 0000000000..93ceaeafc9
--- /dev/null
+++ b/changelog.d/15497.misc
@@ -0,0 +1 @@
+Improve type hints.