Skip to content

Commit

Permalink
Fix the thing
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Feb 23, 2023
1 parent 235ec78 commit 7fa3181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/spook/services/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from homeassistant.backports.enum import StrEnum
from homeassistant.config_entries import ConfigEntryDisabler
from homeassistant.loader import async_get_integration
from homeassistant.helpers.service import _load_services_file, async_set_service_schema
from homeassistant.helpers.service import (
async_set_service_schema,
_load_services_file,
)
Expand Down

0 comments on commit 7fa3181

Please sign in to comment.