Skip to content

fix: add missing body to __main__ block in vision_api template#226

Open
Kailigithub wants to merge 1 commit intolsdefine:mainfrom
Kailigithub:fix/vision-template-syntax
Open

fix: add missing body to __main__ block in vision_api template#226
Kailigithub wants to merge 1 commit intolsdefine:mainfrom
Kailigithub:fix/vision-template-syntax

Conversation

@Kailigithub
Copy link
Copy Markdown

Summary

Fixed IndentationError in memory/vision_api.template.py where the if __name__ == '__main__': block had an empty body.

Changes

  • memory/vision_api.template.py: Added pass statement after if __name__ == '__main__':

Details

The file failed py_compile with IndentationError: expected an indented block after 'if' statement. While this is a template file, any tool attempting to import or lint it would crash. Added a minimal pass to satisfy the syntax requirement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant