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 Code Cleanup #56

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

Commits on Jan 28, 2021

  1. Python code cleanup by the cleanup-python-code Jenkins job.

    This pull request was generated by the cleanup-python-code Jenkins job, which ran
    ```
    modernize_travis;add_common_constraint;make upgrade;find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --keep-percent-format --py3-plus --py36-plus --py38-plus "$fname"; done
    ```
    
    The following packages were installed:
    `pyupgrade,git+https://github.com/edx/repo-tools.git@8f8f70e78bf328949f1d36283492aae666997dad`
    edx-requirements-bot committed Jan 28, 2021
    Configuration menu
    Copy the full SHA
    9b54757 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Version bump

    iamsobanjaved committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    670efd3 View commit details
    Browse the repository at this point in the history