Skip to content

Commit

Permalink
removed extraneous import
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislit committed Feb 3, 2019
1 parent 6bd00e1 commit bceb128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abydos/tokenizer/_q_skipgrams.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
unicode_literals,
)

from collections import Counter, Iterable
from collections import Iterable
from itertools import combinations

from ._tokenizer import _Tokenizer
Expand Down

0 comments on commit bceb128

Please sign in to comment.