aboutsummaryrefslogtreecommitdiff
path: root/docs/user_guide/pipeline_input_context/context_definition.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user_guide/pipeline_input_context/context_definition.md')
-rw-r--r--docs/user_guide/pipeline_input_context/context_definition.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/user_guide/pipeline_input_context/context_definition.md b/docs/user_guide/pipeline_input_context/context_definition.md
index 9f4981c..5456243 100644
--- a/docs/user_guide/pipeline_input_context/context_definition.md
+++ b/docs/user_guide/pipeline_input_context/context_definition.md
@@ -44,8 +44,6 @@ class Example(ArFeatures.ArContext):
# Process timestamped gaze position
self._process_gaze_position(timestamp = timestamp, x = x, y = y)
- return self
-
@DataFeatures.PipelineStepExit
def __exit__(self, exception_type, exception_value, exception_traceback):