Skip to content

Commit

Permalink
Remove unused NEWLINE global (#417)
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Login committed Mar 3, 2024
1 parent 9d07336 commit aa3a7fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aiosmtpd/smtp.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class _DataState(enum.Enum):
EMPTY_BARR = bytearray()
EMPTYBYTES = b''
MISSING = _Missing.MISSING
NEWLINE = '\r\n'
VALID_AUTHMECH = re.compile(r"[A-Z0-9_-]+\Z")

# https://tools.ietf.org/html/rfc3207.html#page-3
Expand Down

0 comments on commit aa3a7fa

Please sign in to comment.