Skip to content

Commit

Permalink
fix: correct import path for CompanyEnrollmentInfo in report_employee…
Browse files Browse the repository at this point in the history
…_enrollments interface
  • Loading branch information
rahul-rippling committed Feb 4, 2025
1 parent 9ca9fa2 commit f18ff75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from abc import ABC, abstractmethod

from flux_sdk.flux_core.data_models import Employee, File
from flux_sdk.insurance_borker.report_employee_enrollments.data_models import CompanyEnrollmentInfo
from flux_sdk.insurance_broker.capabilities.report_employee_enrollments.data_models import CompanyEnrollmentInfo


class ReportEmployeeEnrollments(ABC):
Expand Down

0 comments on commit f18ff75

Please sign in to comment.