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
Hello,
Please consider adding a py.typed file to your package to properly support PEP 561. Without it, type checkers like mypy are unable to recognize the package as typed, even if type annotations are present in the code.