type hint

This commit is contained in:
Jason Wen
2024-07-31 20:49:22 -04:00
parent 544531ab91
commit b0a4b7f8ac
+1 -1
View File
@@ -190,7 +190,7 @@ class Car:
self.initialized_prev = initialized
self.CS_prev = CS.as_reader()
def sp_params_thread(self, event):
def sp_params_thread(self, event: threading.Event) -> None:
while not event.is_set():
params_list = {
"experimental_mode": self.params.get_bool("ExperimentalMode"),