mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Move match() into a more re-useable location
This commit is contained in:
@@ -20,7 +20,7 @@ from kitty.constants import cache_dir, config_dir
|
||||
from kitty.options.types import Options as KittyOptions
|
||||
from kitty.rgb import Color
|
||||
|
||||
from ..choose.main import match
|
||||
from ..choose.match import match
|
||||
|
||||
|
||||
def set_comment_in_zip_file(path: str, data: str) -> None:
|
||||
|
||||
Reference in New Issue
Block a user