diff --git a/kiwi_scp/services.py b/kiwi_scp/services.py index df8187b..94c6771 100644 --- a/kiwi_scp/services.py +++ b/kiwi_scp/services.py @@ -2,8 +2,8 @@ from typing import List, Generator import attr -from kiwi_scp.service import Service -from kiwi_scp.yaml import YAML +from .service import Service +from .yaml import YAML @attr.s @@ -33,4 +33,4 @@ class Services: service for service in self.content if service.name in service_names - ]) \ No newline at end of file + ])