Skip to content

Commit

Permalink
removed self.config
Browse files Browse the repository at this point in the history
  • Loading branch information
Al4ise committed Nov 18, 2024
1 parent eb58784 commit 66b1022
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lumibot/brokers/interactive_brokers_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class InteractiveBrokersREST(Broker):
NAME = "InteractiveBrokersREST"

def __init__(self, config, data_source=None):
self.config = config # Add this line to store config
if data_source is None:
data_source = InteractiveBrokersRESTData(config)
super().__init__(name=self.NAME, data_source=data_source, config=config)
Expand Down

0 comments on commit 66b1022

Please sign in to comment.