mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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 ""
|
return ""
|
||||||
except Exception as err:
|
except Exception as err:
|
||||||
import traceback
|
import traceback
|
||||||
|
# remove this comment ai!
|
||||||
self.tool_error(str(err))
|
self.tool_error(str(err))
|
||||||
self.tool_error(traceback.format_exc())
|
self.tool_error(traceback.format_exc())
|
||||||
return ""
|
return ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue