chore(lint): fix quotes for f-string formatting by bumping ruff to 0.9.x (#12702)
This commit is contained in:
@@ -28,4 +28,4 @@ class BaseStabilityAuthorization:
|
||||
"""
|
||||
This method is responsible for generating the authorization headers.
|
||||
"""
|
||||
return {"Authorization": f'Bearer {credentials.get("api_key", "")}'}
|
||||
return {"Authorization": f"Bearer {credentials.get('api_key', '')}"}
|
||||
|
||||
Reference in New Issue
Block a user