Skip to content

Commit

Permalink
cli: remove unused TagSenseType list
Browse files Browse the repository at this point in the history
  • Loading branch information
doegox committed Oct 8, 2023
1 parent cd51061 commit a47e9b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions software/script/chameleon_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit a47e9b8

Please sign in to comment.