chore: remove unused comment in io.py

This commit is contained in:
Paul Gauthier 2024-12-01 09:41:11 -08:00 committed by Paul Gauthier (aider)
parent f02dca2dd8
commit d57bc3ff01

View file

@ -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 ""