Skip to content

Commit

Permalink
Add list[str] return type
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p committed Oct 27, 2021
1 parent 1496d62 commit a7e714e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bimmer_connected/vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def available_attributes(self) -> List[str]:
return result

@property
def available_state_services(self) -> List:
def available_state_services(self) -> List[str]:
"""Get the list of all available state services for this vehicle."""
result = [SERVICE_STATUS]
if self.has_statistics_service:
Expand Down

0 comments on commit a7e714e

Please sign in to comment.