Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 23, 2023
1 parent 9d9b04c commit 6484b6e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions custom_components/nyc311/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""The NYC 311 Public Services Calendar integration."""

from __future__ import annotations

from datetime import timedelta
Expand Down
1 change: 1 addition & 0 deletions custom_components/nyc311/base_device.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Base for NYC311 entities."""

from __future__ import annotations

from homeassistant.core import callback
Expand Down
1 change: 1 addition & 0 deletions custom_components/nyc311/binary_sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Binary sensor API entity."""

from __future__ import annotations

from datetime import date, datetime
Expand Down
1 change: 1 addition & 0 deletions custom_components/nyc311/calendar.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Binary sensor calendar entity."""

from __future__ import annotations

import datetime
Expand Down
1 change: 1 addition & 0 deletions custom_components/nyc311/config_flow.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Config flow for NYC 311 Public Services Calendar integration."""

from __future__ import annotations

import logging
Expand Down
1 change: 1 addition & 0 deletions custom_components/nyc311/sensor.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""Implements 'Next Exception' sensors."""

from __future__ import annotations

import logging
Expand Down

0 comments on commit 6484b6e

Please sign in to comment.