Skip to content

Commit

Permalink
Fix import path to Service class (#471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmazurek authored Jun 17, 2021
1 parent c26318a commit 251d842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/hello-world/hello_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 251d842

Please sign in to comment.