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

This commit is contained in:
pre-commit-ci[bot] 2023-06-06 22:46:52 +00:00
parent 35726e0e14
commit c4ba08fbf2
2 changed files with 2 additions and 6 deletions

View File

@ -59,8 +59,6 @@ def test_openapi_schema():
}
},
"components": {
"securitySchemes": {
"key": {"type": "apiKey", "name": "key", "in": "query"}
}
"securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
},
}

View File

@ -65,8 +65,6 @@ def test_openapi_schema():
}
},
"components": {
"securitySchemes": {
"key": {"type": "apiKey", "name": "key", "in": "query"}
}
"securitySchemes": {"key": {"type": "apiKey", "name": "key", "in": "query"}}
},
}