From f1dab7a6aaac19a8646cc1608ea07738c1afc769 Mon Sep 17 00:00:00 2001 From: Justin Hayes <52832301+justinh-rahb@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:32:12 -0400 Subject: [PATCH] Cleanup unused imports --- examples/pipelines/providers/mlx_manifold_pipeline.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/pipelines/providers/mlx_manifold_pipeline.py b/examples/pipelines/providers/mlx_manifold_pipeline.py index e8c27d1..0e6822b 100644 --- a/examples/pipelines/providers/mlx_manifold_pipeline.py +++ b/examples/pipelines/providers/mlx_manifold_pipeline.py @@ -12,13 +12,11 @@ from typing import List, Union, Generator, Iterator from schemas import OpenAIChatMessage from pydantic import BaseModel import requests -import os import subprocess import logging from huggingface_hub import login import time import psutil -import json class Pipeline: class Valves(BaseModel):