mirror of https://github.com/tiangolo/fastapi.git
🎨 [pre-commit.ci] Auto format from pre-commit.com hooks
This commit is contained in:
parent
fe3814db8c
commit
3cfbeabcba
|
|
@ -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 = []
|
||||
|
|
|
|||
|
|
@ -147,7 +147,6 @@ def test_path_parameters_order_schema():
|
|||
|
||||
|
||||
def test_path_parameters_order_get():
|
||||
|
||||
path_params = {
|
||||
"user_id": "1",
|
||||
"project_id": "2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue