Skip to content

Commit c0c20a0

Browse files
committed
remove pyright ignore
1 parent be070d1 commit c0c20a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/apps/src/microsoft/teams/apps/token_manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
)
1818
from microsoft.teams.api.auth.credentials import ManagedIdentityCredentials, TokenCredentials
1919
from microsoft.teams.common import ConsoleLogger
20-
from msal import ( # pyright: ignore[reportMissingTypeStubs]
20+
from msal import (
2121
ConfidentialClientApplication,
2222
ManagedIdentityClient,
2323
UserAssignedManagedIdentity,

0 commit comments

Comments
 (0)