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

fix mypy #181

Merged
merged 1 commit into from
Apr 4, 2024
Merged

fix mypy #181

merged 1 commit into from
Apr 4, 2024

Conversation

MateoLostanlen
Copy link
Member

Let's fix this mypy issur :

Run mypy --version
mypy 1.9.0 (compiled: yes)
pyroengine/engine.py:293: error: Module has no attribute "BILINEAR" 
[attr-defined]
    ...    frame_resize = frame.resize(self.frame_size[::-1], Image.BILINEAR)
                                                              ^~~~~~~~~~~~~~
Found 1 error in 1 file (checked 7 source files)
Error: Process completed with exit code 1.

@MateoLostanlen MateoLostanlen merged commit e53e357 into develop Apr 4, 2024
12 of 13 checks passed
@MateoLostanlen MateoLostanlen deleted the fix_mypy branch April 4, 2024 20:56
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.

1 participant