From 6443366f50885fa31313bf7a30dad4dd9919edb6 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 10:01:22 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- api/app_factory.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/app_factory.py b/api/app_factory.py index 1859e531b5..ab95b89f13 100644 --- a/api/app_factory.py +++ b/api/app_factory.py @@ -1,6 +1,5 @@ import logging import time -from typing import Any import socketio # type: ignore[reportMissingTypeStubs] from opentelemetry.trace import get_current_span