Remove unique annotation from FastEnum class
This commit is contained in:
@@ -2740,7 +2740,6 @@ class Settings(object):
|
|||||||
args.shufflepots[p] = True if settings[7] & 0x4 else False
|
args.shufflepots[p] = True if settings[7] & 0x4 else False
|
||||||
|
|
||||||
|
|
||||||
@unique
|
|
||||||
class KeyRuleType(FastEnum):
|
class KeyRuleType(FastEnum):
|
||||||
WorstCase = 0
|
WorstCase = 0
|
||||||
AllowSmall = 1
|
AllowSmall = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user