Update imports to `tractor.msg.NamespacePath`
parent
95b31cbc0f
commit
296863348d
|
@ -35,7 +35,7 @@ from typing import (
|
|||
|
||||
import numpy as np
|
||||
import tractor
|
||||
from tractor._portal import NamespacePath
|
||||
from tractor.msg import NamespacePath
|
||||
|
||||
from ..data._sharedmem import (
|
||||
ShmArray,
|
||||
|
|
|
@ -27,7 +27,7 @@ import pyqtgraph as pg
|
|||
import trio
|
||||
from trio_typing import TaskStatus
|
||||
import tractor
|
||||
from tractor._portal import NamespacePath
|
||||
from tractor.msg import NamespacePath
|
||||
|
||||
from ..log import get_logger, get_console_log
|
||||
from .. import data
|
||||
|
|
Loading…
Reference in New Issue