-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Context
examples/__init__.py is an empty file added in the initial v0.1.0 commit (da2b3d7), likely by reflex. It serves no purpose:
- The file is empty — no package-level imports or configuration.
- CI only runs
ruff check/ruff formatagainst theexamples/directory path, which doesn't require it to be a package. examples/simple_linear_flow.pyimports fromchainweaver, not from sibling modules.- No tests import from
examples/.
Proposed change
Remove examples/__init__.py from the repository.
Origin
Raised during review of #94 (docs rewrite PR) — the repo map in AGENTS.md omits this file, and adding it to the map would imply a purpose it doesn't have.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation