Skip to content

Commit

Permalink
Update import location
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiirola committed Jul 21, 2023
1 parent ac109f3 commit a64db1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyomo/core/expr/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
native_types,
nonpyomo_leaf_types,
)
from pyomo.common.errors import TemplateExpressionError

from .base import ExpressionBase
from .boolean_value import BooleanValue
Expand Down Expand Up @@ -152,7 +153,6 @@
)
from .symbol_map import SymbolMap
from .template_expr import (
TemplateExpressionError, # TODO: move to common.errors
GetItemExpression,
Numeric_GetItemExpression,
Boolean_GetItemExpression,
Expand Down

0 comments on commit a64db1e

Please sign in to comment.