Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgib committed Nov 23, 2024
1 parent 7092f80 commit c70542a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/vesync/device_action.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provides device actions for Humidifier."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions custom_components/vesync/diagnostics.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Provides diagnostics for VeSync."""

from __future__ import annotations

from typing import Any
Expand Down
1 change: 1 addition & 0 deletions custom_components/vesync/light.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Support for VeSync bulbs and wall dimmers."""

import logging

from homeassistant.components.light import (
Expand Down
1 change: 1 addition & 0 deletions custom_components/vesync/switch.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Support for VeSync switches."""

import logging

from homeassistant.components.switch import SwitchEntity
Expand Down

0 comments on commit c70542a

Please sign in to comment.