style: Run linter

This commit is contained in:
Paul Gauthier (aider) 2024-12-30 14:21:39 -04:00
parent 60708a7fd7
commit 61f9123147

View file

@ -7,6 +7,7 @@ import tempfile
from collections import OrderedDict from collections import OrderedDict
from os.path import expanduser from os.path import expanduser
from pathlib import Path from pathlib import Path
import pyperclip import pyperclip
from PIL import Image, ImageGrab from PIL import Image, ImageGrab
from prompt_toolkit.completion import Completion, PathCompleter from prompt_toolkit.completion import Completion, PathCompleter