Skip to content

Commit

Permalink
fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
robinostlund committed Nov 28, 2023
1 parent 79e3f49 commit fbd8b5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion volkswagencarnet/vw_vehicle.py
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,6 @@ def is_secondary_drive_combustion(self):
else False
)


def has_combustion_engine(self):
"""Return true if car has a combustion engine."""
return self.is_primary_drive_combustion() or self.is_secondary_drive_combustion()

0 comments on commit fbd8b5b

Please sign in to comment.