aboutsummaryrefslogtreecommitdiff
path: root/lux-python
diff options
context:
space:
mode:
authorEduardo Julian2021-09-08 21:44:06 -0400
committerEduardo Julian2021-09-08 21:44:06 -0400
commit77301f3a456c015daa9d8f9aa3d80fd4e45f8e7e (patch)
tree00f27e4cdebf5a1390bd9acc462d8ca95778f04e /lux-python
parent880cb37c261df20b7b8d968a909557bbc63d6b7f (diff)
De-bracing part 0
Diffstat (limited to 'lux-python')
-rw-r--r--lux-python/source/program.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/lux-python/source/program.lux b/lux-python/source/program.lux
index 649a77b95..5ab4e9aaf 100644
--- a/lux-python/source/program.lux
+++ b/lux-python/source/program.lux
@@ -372,9 +372,8 @@
[]
... Methods
(org/python/core/PyObject
- [] (__call__ self
- {inputs [org/python/core/PyObject]}
- {keywords [java/lang/String]})
+ [] (__call__ self [inputs [org/python/core/PyObject]
+ keywords [java/lang/String]])
org/python/core/PyObject
(try.trusted
(case (array.list #.None inputs)