summaryrefslogtreecommitdiff
path: root/Demos/callback/cheese.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/callback/cheese.pyx')
-rw-r--r--Demos/callback/cheese.pyx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Demos/callback/cheese.pyx b/Demos/callback/cheese.pyx
index d252a8bc3..67d556ab7 100644
--- a/Demos/callback/cheese.pyx
+++ b/Demos/callback/cheese.pyx
@@ -11,4 +11,3 @@ def find(f):
cdef void callback(char *name, void *f):
(<object>f)(name.decode('utf-8'))
-