Skip to content

Commit

Permalink
Minor black formatting change
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Aug 7, 2024
1 parent 2b6acdd commit 07004d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lems/model/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,6 @@ def export_to_file(self, filepath, level_prefix=" "):
f.flush()
os.fsync(f.fileno())


def resolve(self) -> lems.model.Model:
"""
Resolves references in this model and returns resolved model.
Expand Down

0 comments on commit 07004d1

Please sign in to comment.