Skip to content

Commit

Permalink
Delete pass statement
Browse files Browse the repository at this point in the history
  • Loading branch information
SabineHaas committed Aug 12, 2024
1 parent a11c2e5 commit 3937ee9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/oemof/tabular/facades/commodity_ghg.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ def _emission_relation(block):
rhs = m.flow[n, o, p, t]
block.relation.add((n, o, p, t), (lhs == rhs))
except KeyError:
pass
raise KeyError(
"Error in constraint creation",
"source: {0}, target: {1}".format(
Expand Down

0 comments on commit 3937ee9

Please sign in to comment.