We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba266c commit df5297dCopy full SHA for df5297d
1 file changed
brutils/email.py
@@ -1,7 +1,7 @@
1
import re
2
3
4
-def is_valid(email): # type: (str) -> bool
+def is_valid(email: str) -> bool:
5
"""
6
Check if a string corresponds to a valid email address.
7
0 commit comments