fixed tests

This commit is contained in:
Paul Gauthier 2023-06-20 17:36:24 -07:00
parent f7ccdaa914
commit d58e5421b0
2 changed files with 6 additions and 5 deletions

View file

@ -2,7 +2,7 @@
import unittest
from aider import utils
import aider.coders.editblock as utils
class TestUtils(unittest.TestCase):