From ab176899b37494a3d1cc48714459cd2fd0ed375c Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Wed, 21 Feb 2024 21:30:34 +0100 Subject: [PATCH] removed unused imports --- tests/test_image_download.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_image_download.py b/tests/test_image_download.py index 2e2b860..d45196c 100644 --- a/tests/test_image_download.py +++ b/tests/test_image_download.py @@ -1,7 +1,5 @@ from pathlib import Path from dotenv import load_dotenv -from pymongo import MongoClient -from typing import List import os from src.database import VisualCommunication, connect