You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`email` was not yet there, so I assume you meant `line` :)
This fixes the following error for me:
```
Traceback (most recent call last):
File "email_validator/__init__.py", line 352, in <module>
main()
File "email_validator/__init__.py", line 298, in main
if sys.version_info < (3,): email = email.decode("utf8") # assume utf8 in input
UnboundLocalError: local variable 'email' referenced before assignment
```
0 commit comments