We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cbe2d commit f87efd7Copy full SHA for f87efd7
1 file changed
minfraud/request.py
@@ -97,7 +97,7 @@ def maybe_hash_email(transaction):
97
if at_idx == -1:
98
return
99
100
- domain = _clean_domain(address[at_idx + 1 :]) # noqa
+ domain = _clean_domain(address[at_idx + 1 :]) # noqa
101
local_part = address[:at_idx]
102
103
if domain != "" and "domain" not in email:
0 commit comments