Skip to content

Commit

Permalink
- Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
elipe17 committed Oct 4, 2023
1 parent 88cc777 commit f444601
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/schema_defs/tanf/t1.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,4 +261,4 @@
validators=[]),
],
)]
)
)
6 changes: 3 additions & 3 deletions tdrs-backend/tdpservice/parsers/schema_defs/tanf/t2.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@
)]),
Field(item="42", name='CITIZENSHIP_STATUS', type='number', startIndex=57, endIndex=58, required=False,
validators=[validators.oneOf([0, 1, 2, 9])]),
Field(item="43", name='COOPERATION_CHILD_SUPPORT', type='number', startIndex=58, endIndex=59, required=False,
validators=[validators.oneOf([0, 1, 2, 9]),]),
Field(item="43", name='COOPERATION_CHILD_SUPPORT', type='number', startIndex=58, endIndex=59,
required=False, validators=[validators.oneOf([0, 1, 2, 9]),]),
Field(item="44", name='MONTHS_FED_TIME_LIMIT', type='string', startIndex=59, endIndex=62, required=False,
validators=[validators.isInStringRange(0, 999),]),
Field(item="45", name='MONTHS_STATE_TIME_LIMIT', type='string', startIndex=62, endIndex=64, required=False,
Expand Down Expand Up @@ -240,4 +240,4 @@
validators=[validators.isInStringRange(0, 9999),]),
],
)]
)
)
2 changes: 1 addition & 1 deletion tdrs-backend/tdpservice/parsers/schema_defs/tanf/t3.py
Original file line number Diff line number Diff line change
Expand Up @@ -271,4 +271,4 @@
child_one,
child_two
]
)
)

0 comments on commit f444601

Please sign in to comment.