From c38204c0ff830adf378ec43a68aec1a587a36459 Mon Sep 17 00:00:00 2001 From: Realcat Date: Sat, 2 Nov 2024 17:27:56 +0000 Subject: [PATCH] update: ci --- test_app_cli.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/test_app_cli.py b/test_app_cli.py index f75ff6b..cd60a31 100644 --- a/test_app_cli.py +++ b/test_app_cli.py @@ -1,13 +1,7 @@ -import sys -from pathlib import Path - import cv2 - from hloc import logger from ui.utils import DEVICE, ROOT, get_matcher_zoo, load_config - -sys.path.append(str(Path(__file__).parents[1])) -from api.server import ImageMatchingAPI +from api import ImageMatchingAPI def test_all(config: dict = None):