Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 2, 2024
1 parent f1f657f commit 244fbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aiopvpc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
from .pvpc_data import BadApiTokenAuthError, PVPCData

__all__ = (
"DEFAULT_POWER_KW",
"TARIFFS",
"BadApiTokenAuthError",
"EsiosApiData",
"DEFAULT_POWER_KW",
"PVPCData",
"TARIFFS",
"get_enabled_sensor_keys",
)

0 comments on commit 244fbac

Please sign in to comment.