Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored and ogabrielluiz committed Nov 5, 2024
1 parent b3f9384 commit dfe6812
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class GoogleOAuthToken(Component):
display_name="Scopes",
info="Input a comma-separated list of scopes with the permissions required for your application.",
required=True,
value="https://www.googleapis.com/auth/drive.readonly,\n https://www.googleapis.com/auth/drive.activity.readonly"
value="https://www.googleapis.com/auth/drive.readonly,\n https://www.googleapis.com/auth/drive.activity.readonly",
),
FileInput(
name="oauth_credentials",
Expand Down Expand Up @@ -88,4 +88,3 @@ def build_output(self) -> Data:
creds_json = json.loads(creds.to_json())

return Data(data=creds_json)

0 comments on commit dfe6812

Please sign in to comment.