Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pantherale0 authored Nov 22, 2024
1 parent ffd9536 commit b1a5014
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/family_safety/config_entry.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Define FamilySafety config entry"""
"""Define FamilySafety config entry."""

from homeassistant import config_entries

Expand Down
2 changes: 1 addition & 1 deletion custom_components/family_safety/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .coordinator import FamilySafetyCoordinator

from .const import DOMAIN, CONF_KEY_EXPR, CONF_EXPR_DEFAULT
from .const import CONF_KEY_EXPR, CONF_EXPR_DEFAULT
from .config_entry import FamilySafetyConfigEntry

from .entity_base import ManagedAccountEntity
Expand Down
2 changes: 1 addition & 1 deletion custom_components/family_safety/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

from .coordinator import FamilySafetyCoordinator

from .const import DOMAIN, DEFAULT_OVERRIDE_ENTITIES
from .const import DEFAULT_OVERRIDE_ENTITIES
from .config_entry import FamilySafetyConfigEntry
from .entity_base import PlatformOverrideEntity, ApplicationEntity

Expand Down

0 comments on commit b1a5014

Please sign in to comment.