Skip to content

Commit

Permalink
Fix import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander0042 committed Aug 15, 2024
1 parent c6ded52 commit ab08d21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion custom_components/pirateweather/sensor.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Support for Pirate Weather (Dark Sky Compatable) weather service."""
from datetime import datetime

import logging
from dataclasses import dataclass, field
import datetime as datetime
from typing import Literal, NamedTuple

import homeassistant.helpers.config_validation as cv
Expand Down

0 comments on commit ab08d21

Please sign in to comment.