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
I am currently working on a project that checks for static typing in its CI workflow. When running mypy, errors occur because untyped third-party libraries functions are called in a typed context in the project. Therefore, the addition of the correct type hinting is needed so that mypy stops complaining. Below is the mentioned test result.