mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-24 01:23:54 +08:00
remove unused line in nissan carstate
This commit is contained in:
@@ -11,7 +11,6 @@ class CarState(CarStateBase):
|
||||
def __init__(self, CP):
|
||||
super().__init__(CP)
|
||||
can_define = CANDefine(DBC[CP.carFingerprint]['pt'])
|
||||
self.seatbeltUnlatched = True
|
||||
|
||||
self.shifter_values = can_define.dv["GEARBOX"]["GEAR_SHIFTER"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user