Skip to content

Commit d1ca88f

Browse files
committed
fix: removed patch_dotenv import from __init__.py
1 parent 97ab300 commit d1ca88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibind/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from ibind.client.ibkr_definitions import snapshot_keys_to_ids
1010
from ibind.support.errors import ExternalBrokerError
1111
from ibind.support.logs import ibind_logs_initialize
12-
from ibind.support.py_utils import execute_in_parallel, patch_dotenv
12+
from ibind.support.py_utils import execute_in_parallel
1313

1414
__all__ = [
1515
'ibind_logs_initialize',

0 commit comments

Comments
 (0)