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
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.
There are a number of instances of the code involving the following text
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.