Remove redundant init

This commit is contained in:
blitzman
2017-02-10 00:37:45 -05:00
parent 134365c764
commit 72ebafe925

View File

@@ -39,9 +39,6 @@ logger = logging.getLogger(__name__)
class ImplantLocation(Enum):
def __init__(self):
Enum.__init__(self)
FIT = 0
CHARACTER = 1