Skip to content

Commit 23b89a1

Browse files
committed
chore: change imports for typing
1 parent c490a93 commit 23b89a1

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

roborock/devices/traits/v1/routines.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
"""Routines trait for V1 devices."""
22

3-
from __future__ import annotations
4-
5-
from typing import TYPE_CHECKING
6-
73
from roborock.data.containers import HomeDataScene
8-
9-
if TYPE_CHECKING:
10-
from roborock.web_api import UserWebApiClient
4+
from roborock.web_api import UserWebApiClient
115

126

137
class RoutinesTrait:

0 commit comments

Comments
 (0)