Skip to content

Commit

Permalink
fix: add get_run function to Python SDK (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
xke committed Apr 4, 2024
1 parent 0bf326e commit 90704f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/python/__init__package.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ __import__('sys').setrecursionlimit({{recursionLimit}})

from {{packageName}}.providers.evaluation import *
from {{packageName}}.providers.pipeline import Pipeline
from {{packageName}}.providers.pipeline_run import PipelineRun, flush
from {{packageName}}.providers.pipeline_run import PipelineRun, flush, get_run
from {{packageName}}.providers.step_run import StepRun
from {{packageName}}.providers.utils import to_date_string
from {{packageName}}.providers.files import *
Expand Down

0 comments on commit 90704f4

Please sign in to comment.