Skip to content

Commit 0115e6c

Browse files
committed
wip
1 parent c290f73 commit 0115e6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vb_suite/gil.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
from datetime import datetime
33

44
common_setup = """from pandas_vb_common import *
5-
from pandas.util.testing import test_parallel
6-
import random
75
"""
86

97
setup = common_setup + """
8+
from pandas.util.testing import test_parallel
9+
1010
N = 1000000
1111
ngroups = 100
1212

0 commit comments

Comments
 (0)