mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 17:27:39 +02:00
Migrate import in test
This commit is contained in:
@@ -11,7 +11,7 @@ from . import BaseTest
|
|||||||
def run(input_data, query, **kw):
|
def run(input_data, query, **kw):
|
||||||
kw['threads'] = kw.get('threads', 1)
|
kw['threads'] = kw.get('threads', 1)
|
||||||
mark = kw.pop('mark', False)
|
mark = kw.pop('mark', False)
|
||||||
from kittens.choose.main import match
|
from kittens.choose.match import match
|
||||||
mark_before = mark_after = ''
|
mark_before = mark_after = ''
|
||||||
if mark:
|
if mark:
|
||||||
if mark is True:
|
if mark is True:
|
||||||
|
|||||||
Reference in New Issue
Block a user