mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
Added import statement for sys module in test_main.py.
This commit is contained in:
parent
c177e29899
commit
6724fcd897
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue