style: remove unused import of 'git'

This commit is contained in:
Paul Gauthier (aider) 2024-08-31 08:41:51 -07:00
parent e48037b8b7
commit 041b2317fb

View file

@ -18,7 +18,6 @@ from datetime import datetime
from json.decoder import JSONDecodeError from json.decoder import JSONDecodeError
from pathlib import Path from pathlib import Path
import git
from rich.console import Console, Text from rich.console import Console, Text
from rich.markdown import Markdown from rich.markdown import Markdown