Skip to content
This repository has been archived by the owner on May 20, 2024. It is now read-only.

Define missing return types #27

Merged
merged 2 commits into from
Feb 11, 2022
Merged

Conversation

vfazio
Copy link
Contributor

@vfazio vfazio commented Feb 8, 2022

With the recent inclusion of py.typed, type checking highlights a number of functions missing explicit return types.

This PR looks to address the bulk of those missing return types.

This PR does not aim to resolve any return type disparities between the various classes or other mypy type checking errors within this project.

auto-merge was automatically disabled February 9, 2022 16:55

Head branch was pushed to by a user without write access

@vfazio vfazio force-pushed the vfazio-update-return-types branch 3 times, most recently from 4f842d4 to 694a60a Compare February 9, 2022 17:02
@vfazio
Copy link
Contributor Author

vfazio commented Feb 10, 2022

I think i've fixed the black issues. I've melded those fixes into the commit that introduced the issue.

@hhk7734
Copy link
Owner

hhk7734 commented Feb 11, 2022

Thanks :)

@hhk7734 hhk7734 self-requested a review February 11, 2022 10:07
@hhk7734 hhk7734 merged commit 9ed6a5c into hhk7734:main Feb 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants