From 6efa6740044bc240691115135660d901db358ce9 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 27 Apr 2023 08:44:53 -0400 Subject: 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. --- changelog.d/15497.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/15497.misc (limited to 'changelog.d') 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. -- cgit 1.4.1