From 936b73d99c39427a0895df1a48924a23ad2481d5 Mon Sep 17 00:00:00 2001 From: bouni Date: Wed, 7 Aug 2024 13:43:11 +0200 Subject: [PATCH] Remove unused const.py file --- const.py | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 const.py diff --git a/const.py b/const.py deleted file mode 100644 index 94fa93cc..00000000 --- a/const.py +++ /dev/null @@ -1,18 +0,0 @@ -"""Constants used througout the plugin.""" - -from enum import IntEnum - - -class Column(IntEnum): - """Column positions for main parts table.""" - - REFERENCE = 0 - VALUE = 1 - FOOTPRINT = 2 - LCSC = 3 - TYPE = 4 - STOCK = 5 - BOM = 6 - POS = 7 - ROTATION = 8 - SIDE = 9