From 468a9effe5496b85b29d5bdef7bd102397a3d65d Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 30 Dec 2022 16:47:02 +0000 Subject: [PATCH] companion.py: Minor typing cleanup --- companion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/companion.py b/companion.py index 88bdd7e1..510510d5 100644 --- a/companion.py +++ b/companion.py @@ -1048,7 +1048,7 @@ class Session(object): ) def fleetcarrier( - self, query_time: int, tk_response_event: Optional[str] = None, + self, query_time: int, tk_response_event: str | None = None, play_sound: bool = False, auto_update: bool = False ) -> None: """