Skip to content

Commit 071b0ab

Browse files
committed
Ruff
1 parent cdff21f commit 071b0ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

tesla_fleet_api/tesla/bluetooth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
"""Bluetooth only interface."""
22

33
import re
4-
from tesla_fleet_api.tesla.tesla import Tesla
5-
from tesla_fleet_api.tesla.vehicle.bluetooth import VehicleBluetooth
4+
from .tesla import Tesla
5+
from .vehicle.bluetooth import VehicleBluetooth
66

77
class TeslaBluetooth(Tesla):
88
"""Class describing a Tesla Bluetooth connection."""

tesla_fleet_api/tesla/vehicle/signed.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from __future__ import annotations
22

33
import base64
4-
from typing import TYPE_CHECKING, Any
4+
from typing import TYPE_CHECKING
55

66
from .fleet import VehicleFleet
77
from .commands import Commands
@@ -13,7 +13,6 @@
1313
SessionInfo,
1414
)
1515
from .proto.universal_message_pb2 import (
16-
Domain,
1716
RoutableMessage,
1817
)
1918

0 commit comments

Comments
 (0)