diff --git a/flux_sdk/insurance_broker/capabilities/report_employee_enrollments/interface.py b/flux_sdk/insurance_broker/capabilities/report_employee_enrollments/interface.py index 215322d8..71a263fe 100644 --- a/flux_sdk/insurance_broker/capabilities/report_employee_enrollments/interface.py +++ b/flux_sdk/insurance_broker/capabilities/report_employee_enrollments/interface.py @@ -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):