Skip to content

Commit 3eb512a

Browse files
author
todd
committed
Black
1 parent a70e480 commit 3eb512a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

sysdata/production/historic_positions.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,10 @@ def get_current_position_for_instrument_strategy_object(
7272
) -> int:
7373

7474
try:
75-
position_entry = self.get_current_position_entry_for_instrument_strategy_object(
76-
instrument_strategy
75+
position_entry = (
76+
self.get_current_position_entry_for_instrument_strategy_object(
77+
instrument_strategy
78+
)
7779
)
7880
except missingData:
7981
return 0

0 commit comments

Comments
 (0)