kivy / buildozer

Generic Python packager for Android and iOS
https://buildozer.readthedocs.io
MIT License
1.75k stars 504 forks source link

Fix `E226` missing whitespace around arithmetic operator PEP8 failure #1814

Closed misl6 closed 6 months ago

misl6 commented 6 months ago

CI/CD pipeline started complaining about E226 missing whitespace around arithmetic operator. This is a quick fix that fixes the issue.