style: format file with black==23.7.0
This commit is contained in:
parent
9bc1f09ef1
commit
abadf6c9fb
45 changed files with 18 additions and 66 deletions
|
|
@ -46,7 +46,7 @@ def custom_preprocessing_hook(endpoints):
|
|||
# your modifications to the list of operations that are exposed in the schema
|
||||
api_type = os.environ.get("API_TYPE", "v1")
|
||||
|
||||
for (path, path_regex, method, callback) in endpoints:
|
||||
for path, path_regex, method, callback in endpoints:
|
||||
if path.startswith("/api/v1/providers"):
|
||||
continue
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue