Skip to content

Commit 3e884c4

Browse files
committed
Fix imports
1 parent be50d96 commit 3e884c4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tesla_fleet_api/tesla/fleet.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
"""Tesla Fleet API for Python."""
22

3+
from collections.abc import Awaitable, Callable
34
from json import dumps
4-
from typing import TYPE_CHECKING, Any, Awaitable, Callable
5+
from typing import TYPE_CHECKING, Any
56

67
import aiohttp
78

0 commit comments

Comments
 (0)