From 12bdf972e00566d67ba8705281106cc3dfd97e3a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 12 May 2026 09:37:16 +0530 Subject: [PATCH] ... --- kitty_tests/dnd_kitten.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty_tests/dnd_kitten.py b/kitty_tests/dnd_kitten.py index be0e783f6..f504cdabc 100644 --- a/kitty_tests/dnd_kitten.py +++ b/kitty_tests/dnd_kitten.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # License: GPLv3 Copyright: 2026, Kovid Goyal -import errno, time +import errno import fnmatch import itertools import os @@ -9,6 +9,7 @@ import shutil import stat import tempfile +import time import uuid from base64 import standard_b64encode from functools import partial