diff options
author | JosephSBoyle <48555120+JosephSBoyle@users.noreply.github.com> | 2023-03-08 13:58:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 13:58:14 (GMT) |
commit | b097925858c6975c73e989226cf278cc382c0416 (patch) | |
tree | 1adce7e2f4ad49a61832067d30a4cd3a552e553b /Lib/email/__init__.py | |
parent | 401d7a7f009ca2e282b1a0d1b880dc602afd39dc (diff) | |
download | cpython-b097925858c6975c73e989226cf278cc382c0416.zip cpython-b097925858c6975c73e989226cf278cc382c0416.tar.gz cpython-b097925858c6975c73e989226cf278cc382c0416.tar.bz2 |
gh-102507 Remove invisible pagebreak characters (#102531)
Co-authored-by: AlexWaygood <alex.waygood@gmail.com>
Diffstat (limited to 'Lib/email/__init__.py')
-rw-r--r-- | Lib/email/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/email/__init__.py b/Lib/email/__init__.py index fae8724..9fa4778 100644 --- a/Lib/email/__init__.py +++ b/Lib/email/__init__.py @@ -25,7 +25,6 @@ __all__ = [ ] - # Some convenience routines. Don't import Parser and Message as side-effects # of importing email since those cascadingly import most of the rest of the # email package. |