fix lints

This commit is contained in:
ochafik 2024-09-26 19:06:29 +01:00
parent 5840e10069
commit 2926089c5d
2 changed files with 3 additions and 2 deletions

View File

@ -161,6 +161,7 @@ def handle_chat_template(model_id, variant, template_src):
logger.info('')
def main():
for dir in ['tests/chat/templates', 'tests/chat/goldens']:
if not os.path.isdir(dir):