summaryrefslogtreecommitdiff
path: root/modules/language/python/set.scm
diff options
context:
space:
mode:
Diffstat (limited to 'modules/language/python/set.scm')
-rw-r--r--modules/language/python/set.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/language/python/set.scm b/modules/language/python/set.scm
index cd12586..f0e2956 100644
--- a/modules/language/python/set.scm
+++ b/modules/language/python/set.scm
@@ -12,7 +12,7 @@
(define-class <set> () dict)
(define miss (list 'miss))
-
+
(define-python-class set (<set>)
(define __init__
(case-lambda