mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
PEP-8 Cleanup.
This commit is contained in:
parent
9f77c9221a
commit
9cdb2d9d1b
10 changed files with 120 additions and 96 deletions
|
|
@ -1,5 +1,6 @@
|
|||
from mailbox import MMDF
|
||||
from django_mailbox.transports.generic import GenericFileMailbox
|
||||
|
||||
|
||||
class MMDFTransport(GenericFileMailbox):
|
||||
_variant = MMDF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue