Skip to content

Commit 38e4079

Browse files
committed
Remove useless module.
1 parent f8ce3da commit 38e4079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multirunnable/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020

2121
from multirunnable.mode import RunningMode, FeatureMode
22-
from multirunnable.tasks import OceanTask, QueueTask
22+
from multirunnable.tasks import QueueTask
2323
from multirunnable.executor import SimpleExecutor, PersistenceExecutor
2424
from multirunnable.pool import SimplePool, PersistencePool
2525
from multirunnable._import_utils import ImportMultiRunnable as _ImportMultiRunnable

0 commit comments

Comments
 (0)