Skip to content

Commit 1c1fdad

Browse files
author
Stephen Hoover
authored
COMPAT Fix test in test_model for Python 2 (#82)
1 parent 82cadb8 commit 1c1fdad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

civis/ml/tests/test_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from builtins import super
12
from collections import namedtuple
23
from six import BytesIO
34
import json

0 commit comments

Comments
 (0)