Skip to content

Commit

Permalink
fix: add in api_key and host params (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
viveknair committed Apr 19, 2023
1 parent 1c83241 commit 8e95feb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions templates/python/__init__package.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ from {{packageName}}.providers.step_run import StepRun
from {{packageName}}.providers.utils import to_date_string

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

api_key = ""
host = ""

0 comments on commit 8e95feb

Please sign in to comment.