improved scratch space
This commit is contained in:
+1
-1
@@ -157,4 +157,4 @@ def get_innermost(sl):
|
||||
elif sl and type(sl) is list:
|
||||
return get_innermost(sl[0])
|
||||
else:
|
||||
return sl
|
||||
return sl
|
||||
|
||||
Reference in New Issue
Block a user