Skip to content

Commit

Permalink
change import order for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
dallan-keylogic committed Aug 16, 2023
1 parent eb6fa4f commit dea57ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion idaes/models/unit_models/separator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"""

from enum import Enum
from pandas import DataFrame
from functools import partial
from pandas import DataFrame

from pyomo.environ import (
Block,
Expand Down

0 comments on commit dea57ed

Please sign in to comment.