You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- return empty List() instead of None before flattening when we are supposed to
return a List overall
- remove unnecessary use of a List
- use map in case the inner code can only ever return something, e.g. :
(x) => "a value whatever the value of x"
0 commit comments