From a47e9b8b03e7e64cbffab60a482ea54e90280066 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 8 Oct 2023 12:46:24 +0200 Subject: [PATCH] cli: remove unused TagSenseType list --- software/script/chameleon_cmd.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/software/script/chameleon_cmd.py b/software/script/chameleon_cmd.py index e46c7941..4a479f93 100644 --- a/software/script/chameleon_cmd.py +++ b/software/script/chameleon_cmd.py @@ -134,13 +134,6 @@ class TagSenseType(enum.IntEnum): # 13.56 MHz HF = 2 - @staticmethod - def list(exclude_unknown=True): - enum_list = list(map(int, TagSenseType)) - if exclude_unknown: - enum_list.remove(TagSenseType.NO) - return enum_list - @enum.unique class TagSpecificType(enum.IntEnum):