Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 committed Jul 17, 2024
1 parent b7d8a7b commit 31cf149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pay-api/src/pay_api/utils/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ class CorpType(Enum):

class DisbursementStatus(Enum):
"""Disbursement status codes."""

ACKNOWLEDGED = 'ACKNOWLEDGED'
COMPLETED = 'COMPLETED'
ERRORED = 'ERRORED'
Expand Down

0 comments on commit 31cf149

Please sign in to comment.