Skip to content

Commit 0e78a8e

Browse files
committed
bugfix: six -> six.moves
1 parent f8db051 commit 0e78a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickumls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys
88
import datetime
9-
from six import xrange
9+
from six.moves import xrange
1010

1111
# installed modules
1212
import spacy

0 commit comments

Comments
 (0)