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

Python: setup imports dir as a package #262

Merged
merged 1 commit into from
Jul 31, 2020

Commits on Jul 30, 2020

  1. Python: setup imports dir as a package

    Running `pylint main.py` warns:
    
    ```
    main.py:4:0: E0611: No name 'aws' in module 'imports' (no-name-in-module)
    ```
    
    This change gets rid of that warning.
    cmclaughlin committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    34c72ca View commit details
    Browse the repository at this point in the history