Merge pull request #199 from blakkd/master
Some checks failed
CI / test (3.10) (push) Has been cancelled

converted CRLF ending lines to LF ones in api/src/structures/custom_responses.py
This commit is contained in:
Fireblade2534 2025-03-10 18:14:29 -04:00 committed by GitHub
commit dafc87ddef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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