From c9cd2557fd2a5d82796077332e8eae92166b87d2 Mon Sep 17 00:00:00 2001 From: mwiegand Date: Tue, 12 May 2026 21:55:36 +0200 Subject: [PATCH] style(live-state): drop unused imports staged for later tasks threading, time, Callable were imported in anticipation of Task 9's daemon-thread startup. Task 9 will re-add them when actually needed. Co-Authored-By: Claude Sonnet 4.6 --- l4d2web/services/live_state_poller.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/l4d2web/services/live_state_poller.py b/l4d2web/services/live_state_poller.py index cc78c88..31d9828 100644 --- a/l4d2web/services/live_state_poller.py +++ b/l4d2web/services/live_state_poller.py @@ -12,10 +12,7 @@ This file is built up across Tasks 6-10. from __future__ import annotations import logging -import threading -import time from datetime import datetime, UTC -from typing import Callable from sqlalchemy import select