Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbierce committed Mar 21, 2024
1 parent 4cd90b8 commit c819119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
from io import IOBase

from abc import ABC, abstractmethod

from flux_sdk.benefits_administration.capabilities.process_employees_deductions.data_models import (
DeductionDetails,
ExternalDeductionCodeToRipplingCode
)
from io import IOBase



class ProcessEmployeesDeductions(ABC):
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
from abc import ABC, abstractmethod

from flux_sdk.benefits_administration.capabilities.report_employees_personal_and_employment_data.data_models import (
EmployeePersonalAndEmploymentData,
ReportEmployeesPersonalAndEmploymentDataConfig
Expand Down

0 comments on commit c819119

Please sign in to comment.