Skip to content

Commit

Permalink
Ignore flake8 error
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinchuk committed Jun 17, 2024
1 parent 207cf3c commit 885b0ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reV/supply_curve/supply_curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -1116,8 +1116,7 @@ def add_sum_cols(table, sum_cols):

return table

# pylint: disable=C901
def _full_sort(
def _full_sort( # noqa: C901
self,
trans_table,
trans_costs=None,
Expand Down

0 comments on commit 885b0ef

Please sign in to comment.