style: Run linter

This commit is contained in:
Paul Gauthier (aider) 2025-05-08 15:43:52 -07:00
parent 6351964bcd
commit e6a35be5b7

View file

@ -572,7 +572,6 @@ class Coder:
if not self.pretty:
return False
# only show pretty output if fences are the normal triple-backtick
if self.fence[0][0] != "`":
return False