We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac3801 commit c261ccbCopy full SHA for c261ccb
tesla_fleet_api/tesla/vehicle/commands.py
@@ -3,11 +3,10 @@
3
4
import struct
5
from random import randbytes
6
-from typing import Any, TYPE_CHECKING, Literal
+from typing import Any, TYPE_CHECKING, ClassVar, Literal
7
import time
8
import hmac
9
import hashlib
10
-from typing_extensions import ClassVar
11
from cryptography.hazmat.primitives.asymmetric import ec
12
from cryptography.hazmat.primitives.serialization import PublicFormat, Encoding
13
from cryptography.hazmat.primitives.hashes import Hash, SHA256
0 commit comments