Replace isort with ruff

This commit is contained in:
Kovid Goyal
2023-01-09 16:47:42 +05:30
parent f15d27bb62
commit 7fe5d7b58f
157 changed files with 876 additions and 732 deletions

View File

@@ -8,7 +8,7 @@ from . import BaseTest
class TestSQP(BaseTest):
def test_search_query_parser(self):
from kitty.search_query_parser import search, ParseException
from kitty.search_query_parser import ParseException, search
locations = 'id'
universal_set = {1, 2, 3, 4, 5}