style: Apply linter to udiff_coder.py

This commit is contained in:
Paul Gauthier (aider) 2025-04-14 21:27:10 -07:00
parent 758979e4f3
commit 3502f335ec

View file

@ -45,6 +45,7 @@ other_hunks_applied = (
class UnifiedDiffCoder(Coder):
"""A coder that uses unified diff format for code modifications."""
edit_format = "udiff"
gpt_prompts = UnifiedDiffPrompts()