Skip to content

Commit

Permalink
address pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-a-a committed Oct 24, 2024
1 parent 10ae589 commit 07b53b7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions watertap/unit_models/tests/test_reverse_osmosis_0D.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
units as pyunits,
TransformationFactory,
assert_optimal_termination,
value,
)
from pyomo.network import Port
from idaes.core.solvers import petsc
Expand All @@ -30,7 +29,6 @@
number_variables,
number_total_constraints,
number_unused_variables,
degrees_of_freedom,
)
import idaes.core.util.scaling as iscale
from watertap.core import (
Expand All @@ -50,11 +48,10 @@
import watertap.property_models.NaCl_prop_pack as props

from watertap.unit_models.tests.unit_test_harness import UnitTestHarness
import pytest, pickle
import pytest

from idaes.core.solvers import petsc
import numpy as np
import matplotlib.pyplot as plt


# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 07b53b7

Please sign in to comment.