lint updated

This commit is contained in:
Purushot14 2025-03-13 00:15:47 +05:30
parent 3c1d6ebf9f
commit dcfc53763f
1 changed files with 2 additions and 1 deletions

View File

@ -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)