Skip to content

Commit a288dff

Browse files
committed
Fix bug in GCP template
Signed-off-by: Willem Pienaar <git@willem.co>
1 parent df19d7f commit a288dff

File tree

1 file changed

+1
-1
lines changed
  • sdk/python/feast/templates/gcp

1 file changed

+1
-1
lines changed

sdk/python/feast/templates/gcp/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ def main():
6161
print(pd.DataFrame.from_dict(online_features))
6262

6363

64-
if __name__ == "__main__()":
64+
if __name__ == "__main__":
6565
main()

0 commit comments

Comments
 (0)