style: format file with black==23.7.0

This commit is contained in:
jo 2023-07-25 19:04:32 +02:00
commit abadf6c9fb
No known key found for this signature in database
GPG key ID: B2FEC9B22722B984
45 changed files with 18 additions and 66 deletions

View file

@ -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