mirror of https://github.com/tiangolo/fastapi.git
Update test_tutorial004.py
Co-authored-by: Sofie Van Landeghem <svlandeg@users.noreply.github.com>
This commit is contained in:
parent
4e8479a163
commit
1b8d728e3e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue