Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
rbiasini committed Oct 16, 2019
1 parent 55957d6 commit f410b11
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/eps_read_software_ids.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
#!/usr/bin/env python3
import sys
import os
sys.path.append(os.path.join(os.path.dirname(os.path.realpath(__file__)), ".."))
from python import Panda
from python.uds import UdsClient, NegativeResponseError, DATA_IDENTIFIER_TYPE
from panda import Panda
from panda.python.uds import UdsClient, NegativeResponseError, DATA_IDENTIFIER_TYPE

if __name__ == "__main__":
address = 0x18da30f1 # Honda EPS
Expand Down

0 comments on commit f410b11

Please sign in to comment.