Skip to content

Commit 687a396

Browse files
Fix #109 (#110)
1 parent b5ba4ba commit 687a396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cyaron/vector.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
from .utils import *
44
import random
5-
from enum import Enum
5+
from enum import IntEnum
66

77

8-
class VectorRandomMode(Enum):
8+
class VectorRandomMode(IntEnum):
99
unique = 0
1010
repeatable = 1
1111
float = 2

0 commit comments

Comments
 (0)