trivial: apply isort

This commit is contained in:
Frédéric Péters 2022-01-28 08:34:19 +01:00
parent 3273c00008
commit 4e3e05edaa
2 changed files with 4 additions and 3 deletions

View File

@ -10,9 +10,9 @@ from django.core.management.base import BaseCommand
from django.db import connection
from django.template import Context, Template
from hobo.multitenant.management.commands import InteractiveTenantOption
from hobo.environment.models import Authentic, Combo, Passerelle, Wcs
from hobo.agent.worker import settings as agent_settings
from hobo.environment.models import Authentic, Combo, Passerelle, Wcs
from hobo.multitenant.management.commands import InteractiveTenantOption
class Command(InteractiveTenantOption, BaseCommand):

View File

@ -1,7 +1,6 @@
import os
import xml.etree.ElementTree as ET
from ..qommon.ctl import Command, make_option
from wcs.blocks import BlockDef
from wcs.carddef import CardDef
from wcs.categories import Category
@ -11,6 +10,8 @@ from wcs.mail_templates import MailTemplate
from wcs.workflows import Workflow
from wcs.wscalls import NamedWsCall
from ..qommon.ctl import Command, make_option
class Cmd(Command):
name = 'imio_import_directory'