Skip to content

Commit

Permalink
Update town.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Noltari authored Aug 23, 2023
1 parent 16bce8f commit 165e409
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aemet_opendata/town.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""AEMET OpenData Town."""

import logging
from typing import Any

from .const import (
Expand All @@ -15,6 +16,8 @@
AOD_NAME,
)

_LOGGER = logging.getLogger(__name__)


class Town:
"""AEMET OpenData Town."""
Expand Down

0 comments on commit 165e409

Please sign in to comment.