Added empty lines for better readability.

This commit is contained in:
Paul Gauthier 2024-05-19 07:35:27 -07:00
parent 9ee332f5d9
commit 990dda1122
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@ class ExhaustedContextWindow(Exception):
pass
def wrap_fence(name):
return f"<{name}>", f"</{name}>"

View file

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