style(index.py): order imports

This commit is contained in:
2025-09-19 14:55:56 +02:00
parent 7d36e6e431
commit b14541ea83

View File

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