style: remove unused import of 'git'

This commit is contained in:
Paul Gauthier (aider) 2024-08-31 08:41:38 -07:00
parent 5781f91649
commit f591265281

View file

@ -6,7 +6,6 @@ import tempfile
from collections import OrderedDict from collections import OrderedDict
from pathlib import Path from pathlib import Path
import git
import pyperclip import pyperclip
from PIL import Image, ImageGrab from PIL import Image, ImageGrab