codestyle

This commit is contained in:
Jonas Winkler
2020-11-18 22:41:14 +01:00
parent 90ead9bf8d
commit 8c40c54421
9 changed files with 8 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
from django.core.management.base import BaseCommand
from paperless_mail import mail, tasks
from paperless_mail import tasks
class Command(BaseCommand):

View File

@@ -1,6 +1,5 @@
import logging
from paperless_mail import mail
from paperless_mail.mail import MailAccountHandler
from paperless_mail.models import MailAccount

View File

@@ -1,3 +0,0 @@
from django.shortcuts import render
# Create your views here.