Skip to content

Commit

Permalink
pre commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
divyegala committed Jan 26, 2024
1 parent e62d3bc commit 1897cf7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/pylibraft/pylibraft/neighbors/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@

from pylibraft.neighbors import brute_force # type: ignore
from pylibraft.neighbors import hnsw # type: ignore
from pylibraft.neighbors import cagra, ivf_flat, ivf_pq, rbc
from pylibraft.neighbors import rbc # type: ignore
from pylibraft.neighbors import cagra, ivf_flat, ivf_pq

from .refine import refine

Expand All @@ -27,5 +28,5 @@
"ivf_pq",
"cagra",
"hnsw",
"rbc"
"rbc",
]

0 comments on commit 1897cf7

Please sign in to comment.