Skip to content

Commit

Permalink
chore: remove unnecessary PEP 563 enablement
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 25, 2023
1 parent 3b1d8db commit b1d5e8d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion custom_components/jatekukko/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""The jatekukko integration."""
from __future__ import annotations

from homeassistant.config_entries import ConfigEntry
from homeassistant.const import CONF_PASSWORD, Platform
Expand Down
1 change: 0 additions & 1 deletion custom_components/jatekukko/calendar.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Jätekukko calendar entries."""
from __future__ import annotations

import datetime

Expand Down
1 change: 0 additions & 1 deletion custom_components/jatekukko/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Config flow for jatekukko integration."""
from __future__ import annotations

from http import HTTPStatus
from typing import Any, Final
Expand Down
1 change: 0 additions & 1 deletion custom_components/jatekukko/coordinator.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Data update coordinator support for the jatekukko integration."""
from __future__ import annotations

import asyncio
from http import HTTPStatus
Expand Down
1 change: 0 additions & 1 deletion custom_components/jatekukko/sensor.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Jätekukko sensors."""
from __future__ import annotations

from homeassistant.components.sensor import (
SensorDeviceClass,
Expand Down

0 comments on commit b1d5e8d

Please sign in to comment.