We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df19d7f commit a288dffCopy full SHA for a288dff
sdk/python/feast/templates/gcp/test.py
@@ -61,5 +61,5 @@ def main():
61
print(pd.DataFrame.from_dict(online_features))
62
63
64
-if __name__ == "__main__()":
+if __name__ == "__main__":
65
main()
0 commit comments