Skip to content

Commit 5af0c32

Browse files
committed
Merge pull request #7 from erwagasore/master
Solved SyntaxError for Non-ASCII characters
2 parents 34e7ebb + df851da commit 5af0c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

email_validator/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# -*- coding: utf-8 -*-
2+
13
import sys
24
import re
35
import unicodedata

0 commit comments

Comments
 (0)