Skip to content

Commit ebf9218

Browse files
[autofix.ci] apply automated fixes
1 parent a389e57 commit ebf9218

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/backend/base/langflow/components/data/google_oauth_token.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class GoogleOAuthToken(Component):
2323
display_name="Scopes",
2424
info="Input a comma-separated list of scopes with the permissions required for your application.",
2525
required=True,
26-
value="https://www.googleapis.com/auth/drive.readonly,\n https://www.googleapis.com/auth/drive.activity.readonly"
26+
value="https://www.googleapis.com/auth/drive.readonly,\n https://www.googleapis.com/auth/drive.activity.readonly",
2727
),
2828
FileInput(
2929
name="oauth_credentials",
@@ -88,4 +88,3 @@ def build_output(self) -> Data:
8888
creds_json = json.loads(creds.to_json())
8989

9090
return Data(data=creds_json)
91-

0 commit comments

Comments
 (0)