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 <noreply@anthropic.com>
This commit is contained in:
mwiegand 2026-05-12 21:55:36 +02:00
parent f48d624dcc
commit c9cd2557fd
No known key found for this signature in database

View file

@ -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