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 fb5770e commit 98dc9f8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ class ExternalDeductionCodeToRipplingCode:
rippling_deduction_field: DeductionCodeField

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

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

0 comments on commit 98dc9f8

Please sign in to comment.