Skip to content

Commit

Permalink
fix CI new issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Jun 7, 2024
1 parent 4623b8f commit c422e2a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion python/cuvs/cuvs/neighbors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,11 @@

from .refine import refine

__all__ = ["brute_force", "cagra", "ivf_flat", "ivf_pq", "prefilters", "refine"]
__all__ = [
"brute_force",
"cagra",
"ivf_flat",
"ivf_pq",
"prefilters",
"refine",
]

0 comments on commit c422e2a

Please sign in to comment.