fix(sp41): trailing newlines + correct docstring ref in DuplicateClaimError

This commit is contained in:
Nora
2026-07-07 22:28:05 -06:00
parent 53df3f0684
commit bd5530539d
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ class InvalidStateError(Exception):
class DuplicateClaimError(Exception):
"""Raised by ``CycloneStore.check_submission_duplicate`` when a claim_id
"""Raised by ``cyclone.store.submission_dedup.check_duplicate`` when a claim_id
is re-submitted within the 30-day dedup window (SP41).
Mirrors the other 409-class exceptions: callers catch it at the API