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