Skip to content

Commit

Permalink
Fixed indentation error (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis authored Dec 14, 2024
1 parent 1e5f50b commit 8c94af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/dlite-entity-python.i
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def get_instance(
if "meta" not in d or d["meta"] == dlite.ENTITY_SCHEMA:
if "dimensions" not in d:
d["dimensions"] = {}
inst = Instance.from_dict(d)
inst = Instance.from_dict(d)

if inst is None:
raise _dlite.DLiteMissingInstanceError(f"no such instance: {id}")
Expand Down

0 comments on commit 8c94af3

Please sign in to comment.