mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-09 13:45:26 +02:00
Sort imports
This commit is contained in:
@@ -3,11 +3,11 @@
|
||||
|
||||
import os
|
||||
import sys
|
||||
from collections.abc import Iterable, Mapping, Sequence
|
||||
from contextlib import suppress
|
||||
from functools import partial
|
||||
from types import MappingProxyType
|
||||
from typing import Any
|
||||
from collections.abc import Iterable, Mapping, Sequence
|
||||
|
||||
from kitty.cli import parse_args
|
||||
from kitty.cli_stub import PanelCLIOptions
|
||||
|
||||
Reference in New Issue
Block a user