Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/bmad_loop/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,9 @@
# used within this module (validate/mux/sweep/resume) and monkeypatched as
# `cli.<name>` by the test suite — so the seams stay importable here. Each is
# genuinely referenced below, so no noqa is needed (an unused-import pin would
# itself trip RUF100); a future caller-less re-export would need `# noqa: F401`.
# itself trip RUF100); a future caller-less re-export would need a `noqa: F401`
# pin. Written without the leading hash on purpose: ruff scans comment TEXT for
# directives, so spelling one out in prose is read as a real (and malformed) one.
from .runsetup import ROLES
from .runsetup import make_adapters as _make_adapters
from .runsetup import mux_reason_label as _mux_reason_label
Expand Down