Skip to content

Commit

Permalink
bugfix: six -> six.moves
Browse files Browse the repository at this point in the history
  • Loading branch information
soldni committed Oct 23, 2017
1 parent f8db051 commit 0e78a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickumls.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os
import sys
import datetime
from six import xrange
from six.moves import xrange

# installed modules
import spacy
Expand Down

0 comments on commit 0e78a8e

Please sign in to comment.