Skip to content

Commit 9fb9008

Browse files
committed
run isort
1 parent 01483df commit 9fb9008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dispatcher/factories.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
from .config import LazySettings
99
from .config import settings as global_settings
1010
from .control import Control
11+
from .service import process
1112
from .service.main import DispatcherMain
1213
from .service.pool import WorkerPool
13-
from .service import process
1414

1515
"""
1616
Creates objects from settings,

0 commit comments

Comments
 (0)