Skip to content

Commit

Permalink
process ruff finding
Browse files Browse the repository at this point in the history
  • Loading branch information
sfstar committed Feb 28, 2025
1 parent 96ce743 commit 70393b3
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion custom_components/victron/hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@

from homeassistant.exceptions import HomeAssistantError

from .const import INT32, STRING, UINT32, INT64, UINT64, register_info_dict, valid_unit_ids
from .const import (
INT32,
INT64,
STRING,
UINT32,
UINT64,
register_info_dict,
valid_unit_ids,
)

_LOGGER = logging.getLogger(__name__)

Expand Down

0 comments on commit 70393b3

Please sign in to comment.