Skip to content

Commit 607d890

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent c2825a1 commit 607d890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

machine_learning/approx_nearest_neighbours.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,4 +116,5 @@ def query(self, query_vectors: np.ndarray) -> list[list[list[float] | float]]:
116116

117117
if __name__ == "__main__":
118118
import doctest
119+
119120
doctest.testmod()

0 commit comments

Comments
 (0)