From c2b59a5f59722d501ed21536620e24c36651f3f9 Mon Sep 17 00:00:00 2001 From: Andrei Betlen Date: Fri, 26 May 2023 22:59:29 -0400 Subject: [PATCH] Import unnused import --- llama_cpp/server/app.py | 1 - 1 file changed, 1 deletion(-) diff --git a/llama_cpp/server/app.py b/llama_cpp/server/app.py index fea3612..882c902 100644 --- a/llama_cpp/server/app.py +++ b/llama_cpp/server/app.py @@ -1,5 +1,4 @@ import json -import logging import multiprocessing from threading import Lock from typing import List, Optional, Union, Iterator, Dict