From 4df0b9700f82abff873a5fafab007e56b377d0e5 Mon Sep 17 00:00:00 2001 From: Travis Herbranson Date: Fri, 22 May 2026 20:22:31 -0400 Subject: [PATCH] chore: remove uv-init leftover stub main.py Untouched `uv init` placeholder (print("Hello from n8n!")). Not imported, not wired as an entry point, and documented in this repo's own README/CLAUDE.md as leftover scaffolding not on the build path. --- main.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 main.py diff --git a/main.py b/main.py deleted file mode 100644 index 8daaa16..0000000 --- a/main.py +++ /dev/null @@ -1,6 +0,0 @@ -def main(): - print("Hello from n8n!") - - -if __name__ == "__main__": - main()