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
Python has supported typehints since version 3.5 (see here https://docs.python.org/3/library/typing.html).
Might be good to investigate if adding typehints would make the codebase a bit easier to maintain in the future?