Skip to content

Commit

Permalink
fix: export all from getters.py (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 21, 2023
1 parent e98efd6 commit eb7200a
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 @@ -32,7 +32,7 @@ from {{packageName}}.providers.pipeline_run import PipelineRun, flush
from {{packageName}}.providers.step_run import StepRun
from {{packageName}}.providers.utils import to_date_string

from {{packageName}}.providers.getters import configure_openai
from {{packageName}}.providers.getters import *

api_key = ""
host = ""

0 comments on commit eb7200a

Please sign in to comment.