Fix broken import in ib backend

py3.9
Tyler Goodlet 2021-05-20 19:34:45 -04:00
parent 5a98e17d7f
commit 2ef5a52521
2 changed files with 1 additions and 2 deletions

View File

@ -47,7 +47,7 @@ from ib_insync.wrapper import Wrapper
from ib_insync.client import Client as ib_Client
from ..log import get_logger, get_console_log
from ..data import maybe_spawn_brokerd
from .._daemon import maybe_spawn_brokerd
from ..data._source import from_df
from ..data._sharedmem import ShmArray
from ._util import SymbolNotFound

View File

@ -38,7 +38,6 @@ from .feed import (
__all__ = [
'open_feed',
'maybe_spawn_brokerd',
'ShmArray',
'iterticks',
'maybe_open_shm_array',