Fix import
This commit is contained in:
parent
45a2058bf0
commit
835f9b4ba0
1 changed files with 1 additions and 4 deletions
|
|
@ -1,11 +1,8 @@
|
||||||
import multiprocessing as mp
|
import multiprocessing as mp
|
||||||
from typing import Callable, Iterable, Optional, Sequence, TypeVar, overload
|
from typing import Callable, Iterable, Optional, Sequence, TypeVar, overload
|
||||||
|
|
||||||
from src.great_ai.utilities.parallel_map.manage_communication import (
|
|
||||||
manage_communication,
|
|
||||||
)
|
|
||||||
|
|
||||||
from .get_config import get_config
|
from .get_config import get_config
|
||||||
|
from .manage_communication import manage_communication
|
||||||
from .manage_serial import manage_serial
|
from .manage_serial import manage_serial
|
||||||
from .mapper_function import mapper_function
|
from .mapper_function import mapper_function
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue