Skip to content

Commit

Permalink
Switch to built-in list to align with Deb's PR #179 changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriksynn committed May 21, 2024
1 parent e7ac445 commit bfe3c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules-engine/tests/test_rules_engine/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class NaturalGasBillingRecordExampleInput(NaturalGasBillingRecordInput):

# Then overload NG Billing Input to contain new NG Billing Record Example Input subclass
class NaturalGasBillingExampleInput(NaturalGasBillingInput):
records: List[NaturalGasBillingRecordExampleInput]
records: list[NaturalGasBillingRecordExampleInput]


class Example(BaseModel):
Expand Down

0 comments on commit bfe3c8b

Please sign in to comment.