From 8c19d9d18452e8c4b32ecd2b2ea9156b03eca7fa Mon Sep 17 00:00:00 2001 From: pyob-bot Date: Thu, 28 May 2026 09:42:17 +0000 Subject: [PATCH] Refactor: Add return type hint to _dynamic_do_POST_method --- src/pyob/entrance_mixins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyob/entrance_mixins.py b/src/pyob/entrance_mixins.py index 6223930..c74bab7 100644 --- a/src/pyob/entrance_mixins.py +++ b/src/pyob/entrance_mixins.py @@ -110,7 +110,7 @@ def start_dashboard(self): # 2. Initialize and Start the Live Server # Dynamically add do_POST method for manual target handling - def _dynamic_do_POST_method(handler_instance: ObserverHandler): + def _dynamic_do_POST_method(handler_instance: ObserverHandler) -> None: if handler_instance.path == "/set_target": try: content_length = int(