From de68ad9341fbe5570b84305f33562702e3486364 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Wed, 9 Mar 2022 19:05:39 +0100 Subject: [PATCH] del obj info struct --- config/object_ids.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config/object_ids.py b/config/object_ids.py index b2c9756..35bc405 100644 --- a/config/object_ids.py +++ b/config/object_ids.py @@ -70,11 +70,6 @@ PL_PCDU_ID = bytes([0x44, 0x30, 0x00, 0x00]) ACS_BOARD_ASS_ID = bytes([0x73, 0x00, 0x00, 0x01]) -class ObjectInfo: - id: int = 0 - name: str = "" - - def get_object_ids() -> ObjectIdDictT: global __OBJECT_ID_DICT if not os.path.exists(DEFAULT_OBJECTS_CSV_PATH):