Skip to content

Commit

Permalink
reformat tf search initialization file
Browse files Browse the repository at this point in the history
  • Loading branch information
abeltheo committed Mar 31, 2023
1 parent b3f2bf2 commit 64f9193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_similarity/search/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
logging.getLogger("nmslib").setLevel(logging.WARNING)

from .faiss_search import FaissSearch # noqa
from .linear_search import LinearSearch # noqa
from .linear_search import LinearSearch # noqa
from .nmslib_search import NMSLibSearch # noqa
from .search import Search # noqa
from .utils import make_search # noqa

0 comments on commit 64f9193

Please sign in to comment.