Update imports to `tractor.msg.NamespacePath`

dark_vlm
Tyler Goodlet 2022-01-30 12:46:20 -05:00
parent 95b31cbc0f
commit 296863348d
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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