Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Jul 22, 2024
1 parent fb43d70 commit 27c7662
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions custom_components/healthchecksio/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"""

import asyncio
import os
from datetime import timedelta
from logging import getLogger

Expand All @@ -21,7 +20,6 @@
DOMAIN,
DOMAIN_DATA,
OFFICIAL_SITE_ROOT,
REQUIRED_FILES,
)

MIN_TIME_BETWEEN_UPDATES = timedelta(seconds=300)
Expand Down
8 changes: 1 addition & 7 deletions custom_components/healthchecksio/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,7 @@
DOMAIN_DATA = f"{DOMAIN}_data"
INTEGRATION_VERSION = "main"
PLATFORMS = ["binary_sensor"]
REQUIRED_FILES = [
".translations/en.json",
"binary_sensor.py",
"const.py",
"config_flow.py",
"manifest.json",
]

ISSUE_URL = "https://github.com/custom-components/healthchecksio/issues"
ATTRIBUTION = "Data from this is provided by healthchecks.io."

Expand Down

0 comments on commit 27c7662

Please sign in to comment.