Browse Source

🎨 [pre-commit.ci] Auto format from pre-commit.com hooks

pull/12529/head
pre-commit-ci[bot] 8 months ago
parent
commit
4733cc96a4
  1. 2
      docs_src/dependencies/tutorial013c_an_py39.py
  2. 2
      docs_src/dependencies/tutorial013d.py

2
docs_src/dependencies/tutorial013c_an_py39.py

@ -1,5 +1,5 @@
from dataclasses import dataclass
from typing import Annotated, List
from typing import Annotated
from fastapi import Depends, FastAPI, Path
from typing_extensions import Self

2
docs_src/dependencies/tutorial013d.py

@ -1,5 +1,3 @@
from typing import List
from fastapi import Depends, FastAPI, Path
from typing_extensions import Self

Loading…
Cancel
Save