Browse Source

Updated test file (test_tutorial006.py).

pull/15144/head
venkatasaikumarguntupalli 4 months ago
parent
commit
d7399378b9
  1. 1
      tests/test_tutorial/test_path_params/test_tutorial006.py

1
tests/test_tutorial/test_path_params/test_tutorial006.py

@ -1,7 +1,6 @@
from fastapi import FastAPI
from fastapi.testclient import TestClient
app = FastAPI()
from docs_src.path_params.tutorial006_py310 import app

Loading…
Cancel
Save