aio-libs / aiosmtpd

A reimplementation of the Python stdlib smtpd.py based on asyncio.
https://aiosmtpd.aio-libs.org
Apache License 2.0
313 stars 95 forks source link

Unused local variable in test_handlers.py #351

Closed pepoluan closed 1 year ago

pepoluan commented 1 year ago

Affected file: https://github.com/aio-libs/aiosmtpd/blob/527f660a2f5dec7541482911f9436f3a4c2dd106/aiosmtpd/tests/test_handlers.py#L819-L819

Remove _l1 it's not used anyways

Tracking issue for: