10000 Remove unused TYPE_CHECKING · python-kasa/python-kasa@9301a61 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9301a61

Browse files
committed
Remove unused TYPE_CHECKING
1 parent 686d190 commit 9301a61

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

kasa/smart/modules/alarmmodule.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,9 @@
22

33
from __future__ import annotations
44

5-
from typing import TYPE_CHECKING
6-
75
from ...feature import Feature
86
from ..smartmodule import SmartModule
97

10-
if TYPE_CHECKING:
11-
pass
12-
138

149
class AlarmModule(SmartModule):
1510
"""Implementation of alarm module."""

0 commit comments

Comments
 (0)
0