Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-aling committed Apr 24, 2024
1 parent 2be4f8e commit f06944d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/snowflake/snowpark/mock/_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,21 +68,6 @@
regex_special_characters_map[")"]: "\\)",
}

VALID_MONTH_ABBREVIATION = [
"jan",
"feb",
"mar",
"apr",
"may",
"jun",
"jul",
"aug",
"sep",
"oct",
"nov",
"dec",
]


def convert_wildcard_to_regex(wildcard: str):
# convert regex in wildcard
Expand Down

0 comments on commit f06944d

Please sign in to comment.