wip: Removed unused import from test_commands.py.

This commit is contained in:
Paul Gauthier 2023-05-18 18:17:38 -07:00
parent 78af36ffda
commit a59575fa4b

View file

@ -1,7 +1,6 @@
import os
import tempfile
import unittest
from unittest.mock import MagicMock
from aider.commands import Commands
from aider.io import InputOutput as IO
from aider.coder import Coder