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 f046d22 commit a4dbee6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
from abc import ABC, abstractmethod
from io import IOBase

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,7 +1,8 @@
from abc import ABC, abstractmethod

from flux_sdk.benefits_administration.capabilities.report_employees_personal_and_employment_data.data_models import ( # noqa
ReportEmployeesPersonalAndEmploymentDataConfig,
EmployeePersonalAndEmploymentData
EmployeePersonalAndEmploymentData,
ReportEmployeesPersonalAndEmploymentDataConfig
)
from flux_sdk.flux_core.data_models import File

Expand Down

0 comments on commit a4dbee6

Please sign in to comment.