From 5c93b1bbae4f2a979706c327c8039e234bb2368e Mon Sep 17 00:00:00 2001
From: Christopher Rhodes <christopher.rhodes@embl.de>
Date: Thu, 24 Aug 2023 14:48:59 +0200
Subject: [PATCH] Successfully implemented server instance and client inside
 API testing module

---
 tests/test_api.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/test_api.py b/tests/test_api.py
index 2bdd2451..ad37ab7b 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -1,7 +1,6 @@
 from multiprocessing import Process
 import requests
 import unittest
-import uvicorn
 
 class TestApiFromAutomatedClient(unittest.TestCase):
     def setUp(self) -> None:
-- 
GitLab