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

🐛 Fixes flake8 errors post update #2191

Merged
merged 1 commit into from
May 12, 2020

Commits on May 11, 2020

  1. 🐛 Fixes flake8 errors post update

    The recent `flake8==3.8.0` update reported new errors:
    ```
    pythonforandroid/graph.py:133:27: E741 ambiguous variable name 'l'
    pythonforandroid/toolchain.py:219:25: E741 ambiguous variable name 'l'
    pythonforandroid/toolchain.py:1146:19: F522 '...'.format(...) has unused named argument(s): Fore
    pythonforandroid/pythonpackage.py:690:23: F523 '...'.format(...) has unused arguments at position(s): 0
    pythonforandroid/logger.py:202:36: E741 ambiguous variable name 'l'
    pythonforandroid/logger.py:204:36: E741 ambiguous variable name 'l'
    pythonforandroid/archs.py:150:25: E741 ambiguous variable name 'l'
    pythonforandroid/recipes/android/src/android/_ctypes_library_finder.py:56:27: E741 ambiguous variable name 'l'
    pythonforandroid/recipes/reportlab/__init__.py:25:21: E741 ambiguous variable name 'l'
    ```
    AndreMiras committed May 11, 2020
    Configuration menu
    Copy the full SHA
    2eb0ddf View commit details
    Browse the repository at this point in the history