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
Variables that start with underscores (e.g. _isbn in isbn-verify) should be removed. The reason they are there is to silence unused variable warnings, and there is a better way of doing that (see #442).