Skip to content

Commit

Permalink
Fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Limych committed Aug 26, 2021
1 parent 56ec08b commit 380cbf2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions custom_components/average/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
import logging
import math
import numbers
from collections.abc import Mapping
from typing import Any, Optional
from typing import Any, Mapping, Optional

import homeassistant.util.dt as dt_util
import voluptuous as vol
Expand Down

0 comments on commit 380cbf2

Please sign in to comment.