Skip to content

Commit

Permalink
Fix: Fixed models file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
nesitor committed Oct 23, 2023
1 parent e9c80d7 commit 3f4c076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aleph/vm/orchestrator/views/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from eth_account.messages import encode_defunct
from jwskate import Jwk

from aleph.vm.orchestrator.models import VmExecution
from aleph.vm.models import VmExecution
from aleph.vm.orchestrator.run import pool

logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 3f4c076

Please sign in to comment.