Skip to content

Commit

Permalink
sql_utils
Browse files Browse the repository at this point in the history
  • Loading branch information
feiazifeiazi committed Sep 19, 2024
1 parent 5db6b33 commit 6411995
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sql/utils/sql_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,3 @@ def filter_db_list(db_list, db_name_regex: str, is_match_regex: bool, key="value
if (is_match_regex and is_match) or (not is_match_regex and not is_match):
filtered_list.append(db)
return filtered_list


0 comments on commit 6411995

Please sign in to comment.