Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Aug 20, 2024
1 parent b5dabb7 commit 9da379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/01_Getting_Started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@
" entity_columns=entity_columns,\n",
" context_columns=context_columns,\n",
" data_types=data_types,\n",
" sequence_index=sequence_index\n",
" sequence_index=sequence_index,\n",
")\n",
"model.sample(5)"
]
Expand Down

0 comments on commit 9da379f

Please sign in to comment.