Skip to content

Commit 75d57ba

Browse files
iemejiaCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 49775d9 commit 75d57ba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fabric_cli/core/fab_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ def _get_app(self) -> msal.ClientApplication:
271271
)
272272
return self.app
273273

274-
def _acquire_token_by_device_code(self, scope: list[str]) -> dict:
274+
def _acquire_token_by_device_code(self, scope: list[str]) -> dict[str, Any] | None:
275275
"""
276276
Acquire a token using the device code flow.
277277

0 commit comments

Comments
 (0)