From d6a6cbe153f4162d306cd7fce94a7e2f67fed232 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 5 Aug 2021 07:05:19 +0530 Subject: [PATCH] Migrate import in test --- kitty_tests/choose.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty_tests/choose.py b/kitty_tests/choose.py index 5dee551fc..623a8ca08 100644 --- a/kitty_tests/choose.py +++ b/kitty_tests/choose.py @@ -11,7 +11,7 @@ from . import BaseTest def run(input_data, query, **kw): kw['threads'] = kw.get('threads', 1) mark = kw.pop('mark', False) - from kittens.choose.main import match + from kittens.choose.match import match mark_before = mark_after = '' if mark: if mark is True: