diff --git a/examples/data_types_and_io/data_types_and_io/attribute_access.py b/examples/data_types_and_io/data_types_and_io/attribute_access.py index 70d85c16a4..493ac0a3fe 100644 --- a/examples/data_types_and_io/data_types_and_io/attribute_access.py +++ b/examples/data_types_and_io/data_types_and_io/attribute_access.py @@ -155,7 +155,4 @@ def failed_workflow(): # %% [markdown] -# You can run the workflow locally. -# %% -if __name__ == "__main__": - failed_workflow() +# failed_workflow should fail.