Skip to content

Commit ebbd9a8

Browse files
committed
fixed imports of var in ibkr_utils
1 parent e2e9a9f commit ebbd9a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ibind/client/ibkr_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
from ibind.support.errors import ExternalBrokerError
1111
from ibind.support.logs import project_logger
1212
from ibind.support.py_utils import UNDEFINED, ensure_list_arg, VerboseEnum, OneOrMany, exception_to_string
13+
from ibind import var
1314

1415
_LOGGER = project_logger(__file__)
1516

1617
if TYPE_CHECKING: # pragma: no cover
17-
from ibind import IbkrClient, var
18+
from ibind import IbkrClient
1819

1920

2021
@dataclass

0 commit comments

Comments
 (0)