mirror of https://github.com/tiangolo/fastapi.git
lint updated
This commit is contained in:
parent
3c1d6ebf9f
commit
dcfc53763f
|
|
@ -8,6 +8,7 @@ __author__ = "prakash"
|
||||||
__date__ = "12/03/25"
|
__date__ = "12/03/25"
|
||||||
|
|
||||||
from fastapi.testclient import TestClient
|
from fastapi.testclient import TestClient
|
||||||
|
|
||||||
from docs_src.custom_api_router.tutorial001 import app
|
from docs_src.custom_api_router.tutorial001 import app
|
||||||
|
|
||||||
client = TestClient(app)
|
client = TestClient(app)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue