Added import statement for sys module in test_main.py.

This commit is contained in:
Paul Gauthier 2023-05-13 07:09:50 -07:00
parent c177e29899
commit 6724fcd897

View file

@ -1,4 +1,5 @@
import os import os
import sys
import tempfile import tempfile
from unittest import TestCase from unittest import TestCase
from aider.main import main from aider.main import main