We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01483df commit 9fb9008Copy full SHA for 9fb9008
dispatcher/factories.py
@@ -8,9 +8,9 @@
8
from .config import LazySettings
9
from .config import settings as global_settings
10
from .control import Control
11
+from .service import process
12
from .service.main import DispatcherMain
13
from .service.pool import WorkerPool
-from .service import process
14
15
"""
16
Creates objects from settings,
0 commit comments