Skip to content

Commit

Permalink
Fixing duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed Jan 16, 2025
1 parent 08e3983 commit 05ee497
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions idaes/core/base/extended_control_volume1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@

__author__ = "Andrew Lee"

from pyomo.environ import Constraint, Expression

# Import Pyomo libraries
from pyomo.environ import Constraint
from pyomo.environ import Constraint, Expression

# Import IDAES cores
from idaes.core.base.control_volume1d import ControlVolume1DBlockData
Expand Down

0 comments on commit 05ee497

Please sign in to comment.