Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pringled committed Nov 29, 2024
1 parent 55f02d0 commit f4d7056
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vicinity/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Small vector store."""

from vicinity.datatypes import Backend
from vicinity.utils import normalize
from vicinity.utils import Metric, normalize
from vicinity.version import __version__
from vicinity.vicinity import Vicinity

__all__ = ["Backend", "Vicinity", "normalize", "__version__"]
__all__ = ["Backend", "Metric", "Vicinity", "normalize", "__version__"]

0 comments on commit f4d7056

Please # to comment.