Skip to content

Commit 91a3c82

Browse files
committed
Remove unused pylint hints
Signed-off-by: Sahas Subramanian <[email protected]>
1 parent ebb0e2d commit 91a3c82

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/timeseries/_battery_pool/test_battery_pool_control_methods.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,9 @@ def _assert_report(
150150
assert report.target_power == (
151151
Power.from_watts(power) if power is not None else None
152152
)
153-
# pylint: disable=protected-access
154153
assert report.bounds is not None
155154
assert report.bounds.lower == Power.from_watts(lower)
156155
assert report.bounds.upper == Power.from_watts(upper)
157-
# pylint: enable=protected-access
158156
if expected_result_pred is not None:
159157
assert report.distribution_result is not None
160158
assert expected_result_pred(report.distribution_result)

0 commit comments

Comments
 (0)