Skip to content

Commit 2aa0009

Browse files
committed
removed erroneously pasted text from validation.py
1 parent caad228 commit 2aa0009

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

docs/conf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
# directories to ignore when looking for source files.
4848
exclude_patterns = ['build', '_build', '_templates', '.venv', '.tox', 'htmlcov']
4949

50-
# If true, `todo` and `todoList` produce output, else they produce nothing.
5150
todo_include_todos = False
5251

5352
# The theme to use for HTML and HTML Help pages. See the documentation for

string_utils/validation.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -200,17 +200,6 @@ def is_url(input_string: Any, allowed_schemes: Optional[List[str]] = None) -> bo
200200
return valid
201201

202202

203-
# todo: fix me
204-
'''
205-
That limit is a maximum of 64 characters (octets)
206-
in the "local part" (before the "@") and a maximum of 255 characters
207-
(octets) in the domain part (after the "@") for a total length of 320
208-
characters. Systems that handle email should be prepared to process
209-
addresses which are that long, even though they are rarely
210-
encountered.
211-
'''
212-
213-
214203
def is_email(input_string: Any) -> bool:
215204
"""
216205
Check if a string is a valid email.

0 commit comments

Comments
 (0)