Skip to content

Commit

Permalink
unused lines
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh committed Apr 30, 2020
1 parent c9102c0 commit ba6355d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/safety/test_toyota.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ class TestToyotaSafety(common.PandaSafetyTest, common.InterceptorSafetyTest, \
MAX_TORQUE_ERROR = 350
TORQUE_MEAS_TOLERANCE = 1 # toyota safety adds one to be conversative for rounding

@classmethod
def setUp(self):
self.packer = CANPackerPanda("toyota_prius_2017_pt_generated")
self.safety = libpandasafety_py.libpandasafety
Expand Down Expand Up @@ -68,7 +67,6 @@ def _gas_msg(self, pressed):

def _pcm_status_msg(self, cruise_on):
values = {"CRUISE_ACTIVE": cruise_on}
values["CHECKSUM"] = 1
return self.packer.make_can_msg_panda("PCM_CRUISE", 0, values)

# Toyota gas gains are the same
Expand Down

0 comments on commit ba6355d

Please sign in to comment.