Skip to content

Commit

Permalink
Fix unused imports in image retrieval converter unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhatle committed Nov 14, 2024
1 parent e89c137 commit 8aecdab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genai-perf/tests/test_image_retrieval_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

from typing import Any, Dict, List

from genai_perf.inputs.converters import ImageRetrievalConverter
from genai_perf.inputs.input_constants import OutputFormat
Expand Down

0 comments on commit 8aecdab

Please sign in to comment.