Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
stickpin committed Dec 19, 2023
1 parent 798c36d commit 82be1ad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion volkswagencarnet/vw_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,6 @@ async def get_request_status(self, vin, sectionId, requestId, actionId=""):
if request.get("requestId", "") == requestId:
result = request.get("status")


# Translate status messages to meaningful info
if result == "in_progress" or result == "queued" or result == "fetched":
status = "In Progress"
Expand Down
1 change: 1 addition & 0 deletions volkswagencarnet/vw_const.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ class VehicleStatusParameter:

OUTSIDE_TEMPERATURE = "0x0301020001"


class Services:
"""Service names that are used in `capabilities` and `selectivestatus` calls."""

Expand Down

0 comments on commit 82be1ad

Please sign in to comment.