chore: reformat

This commit is contained in:
Yeuoly
2024-12-04 19:02:28 +08:00
parent ee38bd8817
commit 0af9c4fd9d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ import uuid
from collections.abc import Generator
from datetime import datetime
from hashlib import sha256
from typing import Any, Optional, Union, TYPE_CHECKING
from typing import TYPE_CHECKING, Any, Optional, Union
from flask import Response, stream_with_context
from flask_restful import fields