Clean-up generated file after image search test run

- Clean-up unused imports in test files
This commit is contained in:
Debanjum Singh Solanky
2022-09-07 03:07:30 +03:00
parent f97308bef2
commit ed8d432fdd
3 changed files with 6 additions and 5 deletions

View File

@@ -2,9 +2,6 @@
from pathlib import Path
from random import random
# External Modules
import pytest
# Internal Packages
from src.utils.cli import cli
from src.utils.helpers import resolve_absolute_path