Fix fritzbox TypedDict definition (#90043)

pull/90059/head
epenet 2023-03-21 15:52:30 +01:00 committed by GitHub
parent 1303dd12e7
commit 1895c82ffc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ from typing import TypedDict
from pyfritzhome import FritzhomeDevice
@dataclass
class ClimateExtraAttributes(TypedDict, total=False):
"""TypedDict for climates extra attributes."""