mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 14:34:52 +02:00
Replace isort with ruff
This commit is contained in:
@@ -63,6 +63,7 @@ def launch(args: List[str]) -> None:
|
||||
|
||||
def edit(args: List[str]) -> None:
|
||||
import shutil
|
||||
|
||||
from .constants import is_macos
|
||||
if is_macos:
|
||||
# On macOS vim fails to handle SIGWINCH if it occurs early, so add a small delay.
|
||||
|
||||
Reference in New Issue
Block a user