Update test_tutorial004.py

Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
Purushothaman Kumaravel 2025-03-14 10:33:10 +05:30 committed by GitHub
parent 4e8479a163
commit 1b8d728e3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 9 deletions

View File

@ -1,12 +1,3 @@
"""
File: test_tutorial004
Author: prakash
Created: 12/03/25.
"""
__author__ = "prakash"
__date__ = "12/03/25"
from fastapi.testclient import TestClient
from docs_src.custom_api_router.tutorial001 import app