fix(sp41): trailing newline on carc_filter module + test (PEP 8)

This commit is contained in:
Nora
2026-07-07 20:21:30 -06:00
parent 3b4f18eef6
commit ea7acd2e66
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,4 +41,4 @@ def decide_carc(reasons: tuple[str, ...] | list[str]) -> CarcDecision:
return CarcDecision.EXCLUDED
if any(r in REVIEW_CARCS for r in reasons):
return CarcDecision.REVIEW
return CarcDecision.REBILL
return CarcDecision.REBILL
+1 -1
View File
@@ -46,4 +46,4 @@ def test_mixed_excluded_wins():
def test_sets_have_expected_members():
assert "CO-45" in EXCLUDED_CARCS
assert "PI-16" in REVIEW_CARCS
assert "OA-18" in REVIEW_CARCS
assert "OA-18" in REVIEW_CARCS