Browse Source

🎨 Auto format

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

2
tests/test_tutorial/test_path_params/test_tutorial006.py

@ -1,7 +1,5 @@
from fastapi import FastAPI
from fastapi.testclient import TestClient from fastapi.testclient import TestClient
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