mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
pep8
This commit is contained in:
parent
877d6ce09d
commit
38b05d87cf
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -21,7 +21,7 @@ from contextlib import suppress
|
|||
from enum import Enum
|
||||
from functools import lru_cache, partial
|
||||
from pathlib import Path
|
||||
from typing import Any, Callable, Dict, FrozenSet, Iterable, Iterator, List, NamedTuple, Optional, Sequence, Set, Tuple, Union, cast
|
||||
from typing import Any, Callable, Dict, FrozenSet, Iterable, List, NamedTuple, Optional, Sequence, Set, Tuple, Union, cast
|
||||
|
||||
src_base = os.path.dirname(os.path.abspath(__file__))
|
||||
glfw_base = os.path.join(src_base, 'glfw')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue