We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be50d96 commit 3e884c4Copy full SHA for 3e884c4
1 file changed
tesla_fleet_api/tesla/fleet.py
@@ -1,7 +1,8 @@
1
"""Tesla Fleet API for Python."""
2
3
+from collections.abc import Awaitable, Callable
4
from json import dumps
-from typing import TYPE_CHECKING, Any, Awaitable, Callable
5
+from typing import TYPE_CHECKING, Any
6
7
import aiohttp
8
0 commit comments