Skip to content

Commit c261ccb

Browse files
committed
Fix ClassVar
1 parent 2ac3801 commit c261ccb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tesla_fleet_api/tesla/vehicle/commands.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33

44
import struct
55
from random import randbytes
6-
from typing import Any, TYPE_CHECKING, Literal
6+
from typing import Any, TYPE_CHECKING, ClassVar, Literal
77
import time
88
import hmac
99
import hashlib
10-
from typing_extensions import ClassVar
1110
from cryptography.hazmat.primitives.asymmetric import ec
1211
from cryptography.hazmat.primitives.serialization import PublicFormat, Encoding
1312
from cryptography.hazmat.primitives.hashes import Hash, SHA256

0 commit comments

Comments
 (0)