mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 01:08:10 +02:00
Replace isort with ruff
This commit is contained in:
@@ -9,9 +9,7 @@ from typing import Dict, NamedTuple, Optional, Tuple
|
||||
from urllib.request import urlopen
|
||||
|
||||
from .config import atomic_save
|
||||
from .constants import (
|
||||
Version, cache_dir, clear_handled_signals, kitty_exe, version, website_url
|
||||
)
|
||||
from .constants import Version, cache_dir, clear_handled_signals, kitty_exe, version, website_url
|
||||
from .fast_data_types import add_timer, get_boss, monitor_pid
|
||||
from .notify import notify
|
||||
from .utils import log_error, open_url
|
||||
|
||||
Reference in New Issue
Block a user