Skip to content

Commit

Permalink
removed the realtive date enum
Browse files Browse the repository at this point in the history
  • Loading branch information
muddi900 committed Mar 19, 2024
1 parent d05c42a commit b5b6fcd
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions gspread/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,15 +153,6 @@ class ValidationConditionType(StrEnum):
filter_expression = "FILTER_EXPRESSION"


class RelativeDate(StrEnum):
past_year = "PAST_YEAR"
past_month = "PAST_MONTH"
past_week = "PAST_WEEK"
yesterday = "YESTERDAY"
today = "TODAY"
tomorrow = "TOMORROW"


def convert_credentials(credentials: Credentials) -> Credentials:
module = credentials.__module__
cls = credentials.__class__.__name__
Expand Down

0 comments on commit b5b6fcd

Please sign in to comment.