Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
neelasha23 committed Aug 21, 2023
1 parent f35df8f commit 8cadc07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sql/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,4 +355,3 @@ def if_substring_exists(string, substrings):
"""Function to check if any of substring in
substrings exist in string"""
return any(msg in string for msg in substrings)

0 comments on commit 8cadc07

Please sign in to comment.