From 86e8d321d055c5f89cde7ee26a0014df1bcd5b39 Mon Sep 17 00:00:00 2001 From: Martin Lillepuu Date: Sun, 4 Jun 2023 17:20:41 +0300 Subject: [PATCH] Revert "export FW_PATH" This reverts commit 2a5058d858b36ff7dc5477119a54f0aab137b266. --- __init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,