Browse Source

Apply ruff code formatting to iscoroutinefunction

pull/14022/head
secrett2633 2 days ago
parent
commit
96cbcb2451
  1. 2
      fastapi/routing.py

2
fastapi/routing.py

@ -1,4 +1,3 @@
import asyncio
import dataclasses
import email.message
import inspect
@ -82,6 +81,7 @@ if sys.version_info >= (3, 13): # pragma: no cover
else: # pragma: no cover
from asyncio import iscoroutinefunction
def _prepare_response_content(
res: Any,
*,

Loading…
Cancel
Save