style: reorder imports and remove whitespace

This commit is contained in:
Paul Gauthier (aider) 2024-10-02 09:18:58 -07:00
parent d76f7a597e
commit ff0bacc984

View file

@ -5,8 +5,8 @@ import subprocess
import sys import sys
import tempfile import tempfile
from collections import OrderedDict from collections import OrderedDict
from pathlib import Path
from os.path import expanduser from os.path import expanduser
from pathlib import Path
import pyperclip import pyperclip
from PIL import Image, ImageGrab from PIL import Image, ImageGrab