Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jun 19, 2023
1 parent ee8b3cb commit 76bb04c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion examples/readme_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ class SqlPrompt(TemplatedPromptCase):
# you can pass a unique key that can we used to reference a prompt
key="sql-top-10-inc",
# the user input that'll be added in place of {{ input }} in the template above
user_input="give me the top 10 countries with the highest net increase of population over the past 25 years?",
user_input=(
"give me the top 10 countries with the highest net increase "
"of population over the past 25 years?"
),
# the dialect template parameter, overriding the default set above
dialect="BigQuery",
# a simple validation function making sure the SQL starts with SELECT
Expand Down

0 comments on commit 76bb04c

Please sign in to comment.