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

Cleanup _resize_with_antialiasing #10007

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

wrrrzr
Copy link

@wrrrzr wrrrzr commented Nov 24, 2024

Add type hints, remove unused default args

Before submitting

Add type hints, remove unused default args
@@ -618,8 +618,7 @@ def __call__(


# resizing utils
# TODO: clean up later
def _resize_with_antialiasing(input, size, interpolation="bicubic", align_corners=True):
Copy link
Member

Choose a reason for hiding this comment

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

This utility is private so, probably okay to not touch it?

Copy link
Author

Choose a reason for hiding this comment

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

Yes, I agree that it is okay to not touch it, but I also think that it is better to clean up even private utilities. Although it is written in TODO that it needs to be cleaned.

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