Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Aug 9, 2024
1 parent 9aa90fc commit efa83cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/integrations/google_workspace/sheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@


@handle_google_api_errors
def get_values(
spreadsheetId: str, range: str | None = None, fields=None
):
def get_values(spreadsheetId: str, range: str | None = None, fields=None):
"""Gets the values from a Google Sheet.
Args:
Expand Down

0 comments on commit efa83cb

Please sign in to comment.