Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 27, 2024
1 parent 568a9f9 commit e760271
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion examples/example1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
" Parameter,\n",
" Process,\n",
" FlowDefinition,\n",
" Flow,\n",
" MFASystem,\n",
")\n",
"from sodym.flow_helper import make_empty_flows"
Expand Down
2 changes: 1 addition & 1 deletion examples/example1.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
time = Dimension(name="Time", letter="t", items=list(range(1980, 2011)))
elements = Dimension(
name="Elements",
letter='e',
letter="e",
items=[
"single material",
],
Expand Down
1 change: 0 additions & 1 deletion examples/example2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
" Parameter,\n",
" Process,\n",
" FlowDefinition,\n",
" Flow,\n",
" StockDefinition,\n",
" MFASystem,\n",
" NamedDimArray,\n",
Expand Down

0 comments on commit e760271

Please sign in to comment.