fix(sp41): trailing newlines + correct docstring ref in DuplicateClaimError
This commit is contained in:
@@ -44,7 +44,7 @@ class InvalidStateError(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class DuplicateClaimError(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).
|
is re-submitted within the 30-day dedup window (SP41).
|
||||||
|
|
||||||
Mirrors the other 409-class exceptions: callers catch it at the API
|
Mirrors the other 409-class exceptions: callers catch it at the API
|
||||||
|
|||||||
Reference in New Issue
Block a user