Skip to content

Commit

Permalink
Black fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
faanskit committed Jan 27, 2024
1 parent c41ce3e commit c746f82
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions custom_components/checkwatt/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The CheckWatt integration."""

from __future__ import annotations

import asyncio
Expand Down
1 change: 1 addition & 0 deletions custom_components/checkwatt/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for CheckWatt integration."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions custom_components/checkwatt/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for the CheckWatt integration."""

from typing import Final

DOMAIN = "checkwatt"
Expand Down
3 changes: 2 additions & 1 deletion custom_components/checkwatt/event.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Events for Withings."""
"""Events for CheckWatt."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions custom_components/checkwatt/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Support for CheckWatt sensors."""

from __future__ import annotations

from datetime import timedelta
Expand Down

0 comments on commit c746f82

Please sign in to comment.