diff --git a/examples/hello-world/hello_service.py b/examples/hello-world/hello_service.py index c1e0d6161..286820a27 100755 --- a/examples/hello-world/hello_service.py +++ b/examples/hello-world/hello_service.py @@ -3,7 +3,7 @@ from datetime import datetime, timedelta from yapapi import Golem -from yapapi.executor.services import Service +from yapapi.services import Service from yapapi.log import enable_default_logger from yapapi.payload import vm