mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 06:25:13 +02:00
Replace isort with ruff
This commit is contained in:
@@ -7,10 +7,7 @@ from binascii import hexlify
|
||||
from functools import partial
|
||||
|
||||
from kitty.fast_data_types import CURSOR_BLOCK, parse_bytes, parse_bytes_dump
|
||||
from kitty.notify import (
|
||||
NotificationCommand, handle_notification_cmd, notification_activated,
|
||||
reset_registry
|
||||
)
|
||||
from kitty.notify import NotificationCommand, handle_notification_cmd, notification_activated, reset_registry
|
||||
|
||||
from . import BaseTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user