Skip to content

Commit

Permalink
Addressing pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed Oct 11, 2024
1 parent fb5d2a9 commit 1f200db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/models/unit_models/equilibrium_reactor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Import Pyomo libraries
from pyomo.common.config import ConfigBlock, ConfigValue, In, Bool
from pyomo.environ import Constraint, Reference, units, value
from pyomo.environ import Constraint, Reference, units

# Import IDAES cores
from idaes.core import (
Expand Down

0 comments on commit 1f200db

Please sign in to comment.