Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed Apr 1, 2024
1 parent 14bcc83 commit e1d5645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/mc66c/const.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for component."""

from datetime import timedelta

DOMAIN = "mc66c"
Expand Down
1 change: 1 addition & 0 deletions custom_components/mc66c/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Constants for component."""

Check failure on line 1 in custom_components/mc66c/sensor.py

View workflow job for this annotation

GitHub Actions / Check style formatting

Imports are incorrectly sorted and/or formatted.

import logging
from time import sleep

Expand Down

0 comments on commit e1d5645

Please sign in to comment.