Skip to content

Conversation

iamrajjoshi
Copy link
Member

@iamrajjoshi iamrajjoshi commented Apr 11, 2025

No description provided.

@iamrajjoshi iamrajjoshi self-assigned this Apr 11, 2025
@iamrajjoshi iamrajjoshi requested review from a team as code owners April 11, 2025 23:28
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Apr 11, 2025
Copy link

codecov bot commented Apr 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #89449   +/-   ##
=======================================
  Coverage   87.73%   87.73%           
=======================================
  Files       10161    10161           
  Lines      573611   573650   +39     
  Branches    22565    22565           
=======================================
+ Hits       503229   503278   +49     
+ Misses      69948    69938   -10     
  Partials      434      434           

Copy link
Member

@asottile-sentry asottile-sentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

# MsTeamsClientMixin abstract client does not handle setting the base url or auth token
class MsTeamsClientMixin:
# MsTeamsClientABC abstract client does not handle setting the base url or auth token
class MsTeamsClientABC(ApiClient, ABC):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ideally the mixin would be converted to free functions since it's not really sound (and this patch adds a diamond inheritance) -- but this is an improvement at least

@iamrajjoshi iamrajjoshi merged commit 4089ec8 into master Apr 14, 2025
60 checks passed
@iamrajjoshi iamrajjoshi deleted the raj/fix-msteams-client-typing branch April 14, 2025 20:10
@github-actions github-actions bot locked and limited conversation to collaborators Apr 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants