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 Feb 5, 2024
1 parent 74a97ab commit 61ecbc8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/vantage/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for Vantage InFusion Controller integration."""

from typing import Any

from aiovantage.discovery import (
Expand Down
1 change: 1 addition & 0 deletions custom_components/vantage/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for the Vantage InFusion Controller integration."""

import logging

# Logging
Expand Down
1 change: 0 additions & 1 deletion custom_components/vantage/services.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
"""Handle Vantage service calls."""


from aiovantage import Vantage
from aiovantage.models import Task
import voluptuous as vol
Expand Down

0 comments on commit 61ecbc8

Please sign in to comment.