mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-27 03:42:49 +00:00
Replace isort with ruff
This commit is contained in:
parent
f15d27bb62
commit
7fe5d7b58f
157 changed files with 876 additions and 732 deletions
5
setup.py
5
setup.py
|
|
@ -19,10 +19,7 @@ import time
|
|||
from contextlib import suppress
|
||||
from functools import lru_cache, partial
|
||||
from pathlib import Path
|
||||
from typing import (
|
||||
Callable, Dict, FrozenSet, Iterable, List, Optional, Sequence, Set, Tuple,
|
||||
Union, cast
|
||||
)
|
||||
from typing import Callable, Dict, FrozenSet, Iterable, List, Optional, Sequence, Set, Tuple, Union, cast
|
||||
|
||||
from glfw import glfw
|
||||
from glfw.glfw import Command, CompileKey
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue