Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Sep 19, 2024
1 parent acef59b commit a975307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/models/entity/ohlcv.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def from_dict(cls, data: Dict) -> "OHLCV":
}

missing_keys = required_keys - data.keys()

if missing_keys:
raise ValueError(f"Missing keys in data dictionary: {missing_keys}")

Expand Down

0 comments on commit a975307

Please sign in to comment.