Skip to content

Commit a3baf94

Browse files
committed
Minor style update
1 parent cea5127 commit a3baf94

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

lib/core/enums.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,15 +80,15 @@ class REFLECTIVE_COUNTER:
8080
HIT = "HIT"
8181

8282
class CHARSET_TYPE:
83-
BINARY = 1,
84-
DIGITS = 2,
85-
HEXADECIMAL = 3,
86-
ALPHA = 4,
83+
BINARY = 1
84+
DIGITS = 2
85+
HEXADECIMAL = 3
86+
ALPHA = 4
8787
ALPHANUM = 5
8888

8989
class HEURISTIC_TEST:
90-
CASTED = 1,
91-
NEGATIVE = 2,
90+
CASTED = 1
91+
NEGATIVE = 2
9292
POSITIVE = 3
9393

9494
class HASH:

0 commit comments

Comments
 (0)