Browse Source

🎨 Auto format

pull/14610/head
pre-commit-ci-lite[bot] 7 months ago
committed by GitHub
parent
commit
abec5b99f4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs_src/streaming/streaming_inference.py

2
docs_src/streaming/streaming_inference.py

@ -7,7 +7,7 @@ latency and user experience.
"""
import time
from typing import Generator
from collections.abc import Generator
from fastapi import FastAPI
from fastapi.responses import StreamingResponse

Loading…
Cancel
Save