openedx-unsupported / ease

EASE (Enhanced AI Scoring Engine) is a library that allows for machine learning based classification of textual content. This is useful for tasks such as scoring student essays.
GNU Affero General Public License v3.0
216 stars 96 forks source link

Python Code Cleanup #92

Open edx-requirements-bot opened 3 years ago

edx-requirements-bot commented 3 years ago

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