Skip to content

Commit

Permalink
fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Jun 27, 2024
1 parent 57961ba commit d252050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/openei/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -332,5 +332,5 @@ def _get_entities(

if extra_entities:
data.insert(0, extra_entities)

return data.sort
data.sort # pylint: disable=pointless-statement
return data

0 comments on commit d252050

Please sign in to comment.