Browse Source

🎨 Auto format

pull/14984/head
pre-commit-ci-lite[bot] 5 months ago
committed by GitHub
parent
commit
b63c44c006
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      tests/test_router_mount.py

2
tests/test_router_mount.py

@ -1,4 +1,4 @@
from fastapi import FastAPI, APIRouter
from fastapi import APIRouter, FastAPI
from fastapi.testclient import TestClient

Loading…
Cancel
Save