mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 23:44:59 +02:00
Cleanup previous PR
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
import errno
|
||||
import re
|
||||
from base64 import standard_b64decode, standard_b64encode
|
||||
from base64 import standard_b64decode
|
||||
from contextlib import contextmanager
|
||||
|
||||
from kitty.fast_data_types import (
|
||||
@@ -19,7 +19,6 @@ from kitty.fast_data_types import (
|
||||
|
||||
from . import BaseTest, parse_bytes
|
||||
|
||||
|
||||
# ---- helpers ----------------------------------------------------------------
|
||||
|
||||
def _osc(payload: str) -> bytes:
|
||||
@@ -159,8 +158,6 @@ def dnd_test_window():
|
||||
* ``screen`` – Screen object whose window_id matches the fake window
|
||||
* ``capture`` – _WriteCapture accumulating bytes sent to the child
|
||||
"""
|
||||
from kitty.fast_data_types import get_options
|
||||
from kitty.options.types import defaults
|
||||
capture = _WriteCapture()
|
||||
dnd_set_test_write_func(capture)
|
||||
os_window_id, window_id = dnd_test_create_fake_window()
|
||||
|
||||
Reference in New Issue
Block a user