converted CRLF ending lines to LF ones in api/src/structures/custom_responses.py

let ruff organise the imports
This commit is contained in:
blakkd 2025-02-24 02:10:21 +01:00
parent 7d73c3c7ee
commit 3c5029f801

View file

@ -1,7 +1,7 @@
from collections.abc import AsyncIterable, Iterable
import json
import typing
from collections.abc import AsyncIterable, Iterable
from pydantic import BaseModel
from starlette.background import BackgroundTask
from starlette.concurrency import iterate_in_threadpool