Skip to content

Commit

Permalink
run formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
wittejm committed Nov 29, 2023
1 parent 99cef8f commit c2e4f94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def type_eligibility(self, disposition):
)
elif ChargeUtil.convicted(disposition):
return TypeEligibility(
EligibilityStatus.NEEDS_MORE_ANALYSIS,
reason="Either ineligible under 137.225(7)(a) or eligible under 137.225(5)(c)"
EligibilityStatus.NEEDS_MORE_ANALYSIS,
reason="Either ineligible under 137.225(7)(a) or eligible under 137.225(5)(c)",
)
else:
return TypeEligibility(
Expand Down

0 comments on commit c2e4f94

Please sign in to comment.