Skip to content

Commit

Permalink
make uds and isotp general imports (commaai#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
sshane authored Aug 17, 2024
1 parent 0234e75 commit e7a04b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .python.serial import PandaSerial # noqa: F401
from .python.canhandle import CanHandle # noqa: F401
from .python.utils import logger # noqa: F401
from .python import (Panda, PandaDFU, # noqa: F401
from .python import (Panda, PandaDFU, uds, isotp, # noqa: F401
pack_can_buffer, unpack_can_buffer, calculate_checksum,
DLC_TO_LEN, LEN_TO_DLC, ALTERNATIVE_EXPERIENCE, CANPACKET_HEAD_SIZE)

Expand Down

0 comments on commit e7a04b5

Please sign in to comment.