Skip to content

style: drop now-unused AlignmentStateKind import - #54

Merged
Therealdk8890 merged 1 commit into
mainfrom
fix/lint-unused-alignmentstatekind-import
Jul 18, 2026
Merged

style: drop now-unused AlignmentStateKind import#54
Therealdk8890 merged 1 commit into
mainfrom
fix/lint-unused-alignmentstatekind-import

Conversation

@Therealdk8890

Copy link
Copy Markdown
Owner

One-line lint fix. The RegressionRisk soundness fix (#53) removed the AlignmentStateKind.REORDERED reference in alignment_engine.py's risk pass but left the import, which Ruff flags as F401 (unused) — this turned Python main red on the lint job (all 6 pytest jobs and the conformance suite pass). Removing the orphaned import.

The RegressionRisk soundness fix (#53) replaced the AlignmentStateKind.REORDERED
lookup with a critical-pairs computation, orphaning the import. Ruff F401.
@Therealdk8890
Therealdk8890 merged commit 930f899 into main Jul 18, 2026
9 checks passed
@Therealdk8890
Therealdk8890 deleted the fix/lint-unused-alignmentstatekind-import branch July 18, 2026 06:43
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