style(api.py): order imports

This commit is contained in:
2025-09-19 14:55:08 +02:00
parent 377a846c59
commit 98c49b1d0d

View File

@@ -1,12 +1,11 @@
# -*- coding: utf-8 -*-
from __future__ import annotations
import threading
from typing import TYPE_CHECKING
import flask
import flask_login
import threading
import logging as lg
if TYPE_CHECKING:
from werkzeug.wrappers import Response