Skip to content

Commit

Permalink
Fix bug in GCP template
Browse files Browse the repository at this point in the history
Signed-off-by: Willem Pienaar <git@willem.co>
  • Loading branch information
woop committed Apr 14, 2021
1 parent df19d7f commit a288dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/feast/templates/gcp/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def main():
print(pd.DataFrame.from_dict(online_features))


if __name__ == "__main__()":
if __name__ == "__main__":
main()

0 comments on commit a288dff

Please sign in to comment.