forked from mirror/django-mailbox
Add flake8 style check
This commit is contained in:
parent
ce6ce6b5dd
commit
234ed00909
10 changed files with 28 additions and 15 deletions
|
|
@ -1,3 +1,5 @@
|
|||
# all imports below are only used by external modules
|
||||
# flake8: noqa
|
||||
from django_mailbox.transports.imap import ImapTransport
|
||||
from django_mailbox.transports.pop3 import Pop3Transport
|
||||
from django_mailbox.transports.maildir import MaildirTransport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue