Skip to content

Commit

Permalink
馃帹 [pre-commit.ci] Auto format from pre-commit.com hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 9, 2023
1 parent 2fb954e commit 87837ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastapi/dependencies/utils.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import dataclasses
import inspect
import types
from contextlib import contextmanager
from copy import deepcopy
from typing import (
Expand All @@ -17,7 +18,6 @@
Union,
cast,
)
import types

import anyio
from fastapi import params
Expand Down

0 comments on commit 87837ac

Please sign in to comment.