pre-commit-ci-lite[bot]
2 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
2 deletions
-
tests/test_client_disconnect.py
|
|
|
@ -6,10 +6,9 @@ Ref: https://github.com/fastapi/fastapi/issues/XXXXX |
|
|
|
""" |
|
|
|
|
|
|
|
import pytest |
|
|
|
from starlette.requests import ClientDisconnect |
|
|
|
|
|
|
|
from fastapi import Body, FastAPI, Form |
|
|
|
from fastapi.testclient import TestClient |
|
|
|
from starlette.requests import ClientDisconnect |
|
|
|
|
|
|
|
pytestmark = pytest.mark.anyio |
|
|
|
|
|
|
|
|