Skip to content

Commit

Permalink
Revert "export FW_PATH"
Browse files Browse the repository at this point in the history
This reverts commit 2a5058d.
  • Loading branch information
martinl committed Jun 4, 2023
1 parent 0a559fc commit 86e8d32
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
@@ -1,4 +1,4 @@
from .python.constants import McuType, BASEDIR, FW_PATH # noqa: F401
from .python.constants import McuType, BASEDIR # noqa: F401
from .python.serial import PandaSerial # noqa: F401
from .python import (Panda, PandaDFU, # noqa: F401
pack_can_buffer, unpack_can_buffer, calculate_checksum,
Expand Down

0 comments on commit 86e8d32

Please sign in to comment.