Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Remove more needless imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Peters committed May 17, 2002
1 parent c276f2b commit c70e654
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion CosineIndex.py
Expand Up @@ -19,7 +19,6 @@
from BTrees.IIBTree import IIBucket

from Products.ZCTextIndex.IIndex import IIndex
from Products.ZCTextIndex import WidCode
from Products.ZCTextIndex.BaseIndex import BaseIndex, \
inverse_doc_frequency, \
scaled_int, SCALE_FACTOR
Expand Down
1 change: 0 additions & 1 deletion OkapiIndex.py
Expand Up @@ -20,7 +20,6 @@
from BTrees.IIBTree import IIBucket

from Products.ZCTextIndex.IIndex import IIndex
from Products.ZCTextIndex import WidCode
from Products.ZCTextIndex.BaseIndex import BaseIndex, \
inverse_doc_frequency, \
scaled_int
Expand Down

0 comments on commit c70e654

Please sign in to comment.