From 37eaf9c27271197320d4bedcceaf58d746935e53 Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Tue, 5 Jan 2021 10:53:15 -0500 Subject: Fix-up assertions about last stream token in push (#9020) The last stream token is always known and we do not need to handle none. --- changelog.d/9020.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9020.misc (limited to 'changelog.d/9020.misc') diff --git a/changelog.d/9020.misc b/changelog.d/9020.misc new file mode 100644 index 0000000000..4ff0b94b94 --- /dev/null +++ b/changelog.d/9020.misc @@ -0,0 +1 @@ +Add type hints to push module. -- cgit 1.4.1