Skip to content

Commit 91d3fd7

Browse files
authored
added missing lineending to goodies.py
1 parent ea84989 commit 91d3fd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mini_lambda/goodies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
d = InputVar('d', dict)
2020

2121
# callables
22-
f = InputVar('f', Callable)
22+
f = InputVar('f', Callable)

0 commit comments

Comments
 (0)