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
Adding Args and Returns should follow Google Style Python Docstrings. The docstrings should not include type annotations; these types should be added to the function itself.