Browse Source

🎨 Auto format

pull/15144/head
pre-commit-ci-lite[bot] 4 months ago
committed by GitHub
parent
commit
3e2202eeb0
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      tests/test_tutorial/test_path_params/test_tutorial006.py

3
tests/test_tutorial/test_path_params/test_tutorial006.py

@ -1,11 +1,10 @@
from fastapi import FastAPI, Path from fastapi import FastAPI
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
app = FastAPI() app = FastAPI()
from docs_src.path_params.tutorial006_py310 import app from docs_src.path_params.tutorial006_py310 import app
client = TestClient(app) client = TestClient(app)

Loading…
Cancel
Save