Skip to content

Commit

Permalink
merge latest, black
Browse files Browse the repository at this point in the history
  • Loading branch information
bug-or-feature committed Nov 7, 2023
1 parent 3401b8b commit 2b2f84a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ def get_reduce_only_instruments(self) -> list:
return reduce_only_keys

def get_long_only_instruments(self) -> list:
long_only_keys =\
long_only_keys = (
self.config.get_element_or_default("long_only_instruments_DO_ONLY", []),

)

return long_only_keys

Expand Down

0 comments on commit 2b2f84a

Please sign in to comment.