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 cdff21f commit 071b0abCopy full SHA for 071b0ab
tesla_fleet_api/tesla/bluetooth.py
@@ -1,8 +1,8 @@
1
"""Bluetooth only interface."""
2
3
import re
4
-from tesla_fleet_api.tesla.tesla import Tesla
5
-from tesla_fleet_api.tesla.vehicle.bluetooth import VehicleBluetooth
+from .tesla import Tesla
+from .vehicle.bluetooth import VehicleBluetooth
6
7
class TeslaBluetooth(Tesla):
8
"""Class describing a Tesla Bluetooth connection."""
tesla_fleet_api/tesla/vehicle/signed.py
@@ -1,7 +1,7 @@
from __future__ import annotations
import base64
-from typing import TYPE_CHECKING, Any
+from typing import TYPE_CHECKING
from .fleet import VehicleFleet
from .commands import Commands
@@ -13,7 +13,6 @@
13
SessionInfo,
14
)
15
from .proto.universal_message_pb2 import (
16
- Domain,
17
RoutableMessage,
18
19
0 commit comments