Skip to content

Commit d73efde

Browse files
author
Raja Rajendran
committed
run ruff check --fix-only dspy/retrieve/faiss_rm.py
1 parent 188694a commit d73efde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dspy/retrieve/faiss_rm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44

55
import logging
6-
from typing import Union, Optional
6+
from typing import Optional, Union
77

88
import numpy as np
99

0 commit comments

Comments
 (0)