Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
Br2850 committed Oct 28, 2024
1 parent c8d7bd4 commit ddcdbe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fiftyone/operators/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -1783,7 +1783,7 @@ def resolve_output(self, ctx):
"alt": "My image alt text",
"href": "https://voxel51.com",
"operator": self.do_something,
"prompt": "False",
"prompt": False,
"params": {"foo": "bar"},
}
outputs = types.Object()
Expand Down

0 comments on commit ddcdbe4

Please sign in to comment.