Removed unused import statement from wholefile_coder.py.

This commit is contained in:
Paul Gauthier 2024-05-18 19:18:38 -07:00
parent 66f53db927
commit 5805007885

View file

@ -1,5 +1,3 @@
from pathlib import Path
from aider import diffs
from ..dump import dump # noqa: F401