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

Correcting type hints for get_slice_bboxes(). #930

Merged
merged 6 commits into from
Nov 6, 2023

Conversation

S-aiueo32
Copy link
Contributor

@S-aiueo32 S-aiueo32 commented Aug 13, 2023

I noticed linters raises type issues on the parameter slice_height and slice_width of get_slice_bboxes() that should be typed as Optional[int]. After the fix, other issues were raised because of the incomplete type hints for the depending functions. They will be all clear by merging this PR.


This PR is fllowed by #931

@fcakyon fcakyon added this pull request to the merge queue Nov 5, 2023
Merged via the queue into obss:main with commit 10beacb Nov 6, 2023
9 checks passed
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