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
{{ message }}
This repository was archived by the owner on Nov 19, 2021. It is now read-only.
where the indentation has both spaces and tabs. (Spaces-only are to be preferred, of course). Unfortunately this fails to parse on my system (macOS with Python 3.7). Since the same code snippet is replicated many times it cannot be fixed just in one place so it might be worth considering https://en.wikipedia.org/wiki/Don%27t_repeat_yourself to shorten the code and make it easier to maintain.