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

This commit is contained in:
pre-commit-ci[bot] 2023-07-29 14:58:17 +00:00
parent fe3814db8c
commit 3cfbeabcba
2 changed files with 0 additions and 2 deletions

View File

@ -195,7 +195,6 @@ def get_flat_dependant(
def preserve_path_params_order(dependant: Dependant) -> Callable[[ModelField], int]:
assert dependant.path is not None
path_params_ordered = []

View File

@ -147,7 +147,6 @@ def test_path_parameters_order_schema():
def test_path_parameters_order_get():
path_params = {
"user_id": "1",
"project_id": "2",