Skip to content

Commit

Permalink
review comment fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayContributes committed Dec 20, 2024
1 parent 98dc9f8 commit 2b1ba19
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ class ExternalDeductionCodeToRipplingCode:

class EmployeeRoleData:
role_id: str
employee_number: str
employee_number: str | None

class EmployeeDeductionMetadata:
deduction_codes: list[ExternalDeductionCodeToRipplingCode]
employees_role_data: list[EmployeeRoleData]
company_id: str
employees_role_data: list[EmployeeRoleData] | None
company_id: str | None

0 comments on commit 2b1ba19

Please sign in to comment.