Browse Source

lint updated

pull/13483/head
Purushot14 3 weeks ago
parent
commit
dcfc53763f
  1. 1
      tests/test_tutorial/test_custom_request_and_route/test_tutorial004.py

1
tests/test_tutorial/test_custom_request_and_route/test_tutorial004.py

@ -8,6 +8,7 @@ __author__ = "prakash"
__date__ = "12/03/25"
from fastapi.testclient import TestClient
from docs_src.custom_api_router.tutorial001 import app
client = TestClient(app)

Loading…
Cancel
Save