Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add type hints to adapter #418

Merged
merged 1 commit into from
Apr 18, 2024
Merged

Add type hints to adapter #418

merged 1 commit into from
Apr 18, 2024

Conversation

tysmith
Copy link
Collaborator

@tysmith tysmith commented Apr 18, 2024

No description provided.

@tysmith tysmith requested a review from a team as a code owner April 18, 2024 16:56
@tysmith tysmith self-assigned this Apr 18, 2024
Copy link

codecov bot commented Apr 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.58%. Comparing base (2874e10) to head (a45d4f1).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #418   +/-   ##
=======================================
  Coverage   99.58%   99.58%           
=======================================
  Files          52       52           
  Lines        5544     5550    +6     
=======================================
+ Hits         5521     5527    +6     
  Misses         23       23           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

self.cleanup()

def cleanup(self):
def cleanup(self) -> None:
Copy link
Collaborator

Choose a reason for hiding this comment

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

This (and enable_harness, get_harness) could be annotated with typing.final.

@tysmith tysmith merged commit 14b661e into master Apr 18, 2024
6 checks passed
@tysmith tysmith deleted the adapter-typing branch April 18, 2024 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants