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
# Deepsource fixes 2
Fix several more instances of using `==` rather than `===`
moves the ignored comment to the (hopefully) correct line.
# Changes
* Replace `==` with `===`
* put ignore comment on the correct line
* rename lambda variables to not shadow function variables
0 commit comments