Skip to content

Commit

Permalink
PAPP-33723
Browse files Browse the repository at this point in the history
 - apply linter
  • Loading branch information
leobao-splunk committed Apr 26, 2024
1 parent 82dde8b commit 4b90d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smtp_connector.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ def _validate_sender_email(self, input_data):

if any(restricted_domain in domain for restricted_domain in restricted_domains):
return False

return self._validate_email(input_data)

def _validate_email(self, input_data):
Expand Down

0 comments on commit 4b90d8d

Please sign in to comment.