Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanbierce committed Mar 21, 2024
1 parent c819119 commit 735204c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
from io import IOBase

from abc import ABC, abstractmethod
from io import IOBase

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



class ProcessEmployeesDeductions(ABC):
"""
This class represents the "process employee deductions" capability. The developer is supposed to implement
Expand Down

0 comments on commit 735204c

Please sign in to comment.