mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Replace isort with ruff
This commit is contained in:
@@ -4,10 +4,7 @@ import re
|
||||
from enum import Enum
|
||||
from functools import lru_cache
|
||||
from gettext import gettext as _
|
||||
from typing import (
|
||||
Callable, Iterator, List, NamedTuple, Optional, Sequence, Set, Tuple,
|
||||
TypeVar, Union
|
||||
)
|
||||
from typing import Callable, Iterator, List, NamedTuple, Optional, Sequence, Set, Tuple, TypeVar, Union
|
||||
|
||||
|
||||
class ParseException(Exception):
|
||||
|
||||
Reference in New Issue
Block a user