Skip to content

Commit

Permalink
chore: run make black
Browse files Browse the repository at this point in the history
  • Loading branch information
cdummett committed Jun 25, 2024
1 parent 2681352 commit 9f1bdb8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vega_sim/api/market.py
Original file line number Diff line number Diff line change
Expand Up @@ -1098,7 +1098,9 @@ def build(self, oracle_pubkey: str):
key=build.data.spec.property_key(
name=filter["key"]["name"],
type=filter["key"]["type"],
number_decimal_places=filter["key"].get("number_decimal_places", None),
number_decimal_places=filter["key"].get(
"number_decimal_places", None
),
),
conditions=[
build.data.spec.condition(
Expand Down

0 comments on commit 9f1bdb8

Please sign in to comment.