Skip to content

Commit

Permalink
update: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincentqyw committed Nov 2, 2024
1 parent a8d475f commit c38204c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions test_app_cli.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit c38204c

Please sign in to comment.