diff --git a/__init__.py b/__init__.py index d3a558f437..8b43e99380 100644 --- a/__init__.py +++ b/__init__.py @@ -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,