Skip to content

Commit dfd45b9

Browse files
authored
Temporally disable visual library
due to PyPy issues
1 parent b15671a commit dfd45b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyaron/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@
1616
from .compare import Compare
1717
from .math import *
1818
from .merger import Merger
19-
from .visual import visualize
19+
#from .visual import visualize
2020
from random import randint, randrange, uniform, choice, random

0 commit comments

Comments
 (0)