Minor syntax fixes for python algorithms (#8705)

This commit is contained in:
Martin-Molinero
2025-04-21 10:06:47 -03:00
committed by GitHub
parent e34a7e0bfa
commit b81bcf086e
11 changed files with 13 additions and 16 deletions
@@ -117,7 +117,7 @@ class CustomBuyingPowerModelPEP8(BuyingPowerModel):
class SimpleCustomFillModelPEP8(FillModel):
def __init__(self):
super().__init()
super().__init__()
def _create_order_event(self, asset, order):
utc_time = Extensions.convert_to_utc(asset.local_time, asset.exchange.time_zone)