mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
Added empty lines for better readability.
This commit is contained in:
parent
9ee332f5d9
commit
990dda1122
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ class ExhaustedContextWindow(Exception):
|
|||
pass
|
||||
|
||||
|
||||
|
||||
def wrap_fence(name):
|
||||
return f"<{name}>", f"</{name}>"
|
||||
|
||||
|
|
|
@ -13,6 +13,7 @@ from tree_sitter_languages import get_parser # noqa: E402
|
|||
warnings.simplefilter("ignore", category=FutureWarning)
|
||||
|
||||
|
||||
|
||||
class Linter:
|
||||
def __init__(self, encoding="utf-8", root=None):
|
||||
self.encoding = encoding
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue