Skip to content

Commit

Permalink
fix: fixed get_context import
Browse files Browse the repository at this point in the history
  • Loading branch information
EvangMM committed Oct 23, 2024
1 parent 797c034 commit e67eeb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/processor/runtime/python/py/run_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from typing import Any

import digitalhub as dh
from digitalhub.context.builder import get_context
from digitalhub.context.api import get_context
from digitalhub.entities.utils.entity_types import EntityTypes
from digitalhub_runtime_python.utils.inputs import compose_inputs
from digitalhub_runtime_python.utils.nuclio_configuration import import_function_and_init
Expand Down

0 comments on commit e67eeb5

Please sign in to comment.