Skip to content

Commit

Permalink
Clean up imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CoMPaTech committed May 21, 2023
1 parent 76b1ef7 commit 7e043a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/plugwise/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import annotations

from dataclasses import dataclass
from typing import Any, Generic, TypeVar, overload
from typing import Generic, TypeVar

from plugwise import DeviceData

Expand Down

0 comments on commit 7e043a3

Please sign in to comment.