Remove unique annotation from FastEnum class

This commit is contained in:
aerinon
2021-09-14 15:24:23 -06:00
parent a7fffd3267
commit c5f6c46bd8

View File

@@ -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