mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Replace isort with ruff
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user