mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 22:28:24 +02:00
Migrate import in test
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user