Skip to content

Commit

Permalink
maint: Imports sorted
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Oct 28, 2023
1 parent bd47a10 commit 4079894
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/o365/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import yaml
from homeassistant.const import CONF_ENABLED
from homeassistant.helpers.issue_registry import IssueSeverity, async_create_issue
from O365 import Account, FileSystemTokenBackend
from oauthlib.oauth2.rfc6749.errors import InvalidClientError

from O365 import Account, FileSystemTokenBackend

from .classes.permissions import Permissions
from .const import (
CONF_ACCOUNT,
Expand Down

0 comments on commit 4079894

Please sign in to comment.