summaryrefslogtreecommitdiff
path: root/Demos/callback/run_cheese.py
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/callback/run_cheese.py')
-rw-r--r--Demos/callback/run_cheese.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Demos/callback/run_cheese.py b/Demos/callback/run_cheese.py
index e04910e7e..f0feb3c30 100644
--- a/Demos/callback/run_cheese.py
+++ b/Demos/callback/run_cheese.py
@@ -4,5 +4,3 @@ def report_cheese(name):
print("Found cheese: " + name)
cheese.find(report_cheese)
-
-