Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
Signed-off-by: Cliff Hill <[email protected]>
  • Loading branch information
xlorepdarkhelm committed Oct 30, 2024
1 parent c3e249a commit 7c17427
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifications_utils/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
_phone_regex = re.compile("(?:\\+ *)?\\d[\\d\\- ]{7,}\\d")
_email_regex = re.compile(r"[\w\.-]+@[\w\.-]+") # ['[email protected]', '[email protected]']


def _scrub(msg: Any) -> Any:
# Sometimes just an exception object is passed in for the message, skip those.
if not isinstance(msg, str):
Expand Down

0 comments on commit 7c17427

Please sign in to comment.