mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-25 17:52:02 +02:00
Replace isort with ruff
This commit is contained in:
@@ -5,9 +5,10 @@
|
||||
import os
|
||||
from contextlib import contextmanager
|
||||
|
||||
from . import BaseTest
|
||||
from kitty.utils import get_editor
|
||||
|
||||
from . import BaseTest
|
||||
|
||||
|
||||
@contextmanager
|
||||
def patch_env(**kw):
|
||||
@@ -25,7 +26,7 @@ def patch_env(**kw):
|
||||
class TestOpenActions(BaseTest):
|
||||
|
||||
def test_parsing_of_open_actions(self):
|
||||
from kitty.open_actions import actions_for_url, KeyAction
|
||||
from kitty.open_actions import KeyAction, actions_for_url
|
||||
self.set_options()
|
||||
spec = '''
|
||||
protocol file
|
||||
|
||||
Reference in New Issue
Block a user