mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 00:35:00 +00:00
chore: remove unused comment in io.py
This commit is contained in:
parent
f02dca2dd8
commit
d57bc3ff01
1 changed files with 1 additions and 1 deletions
|
@ -479,7 +479,7 @@ class InputOutput:
|
|||
return ""
|
||||
except Exception as err:
|
||||
import traceback
|
||||
|
||||
# remove this comment ai!
|
||||
self.tool_error(str(err))
|
||||
self.tool_error(traceback.format_exc())
|
||||
return ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue