openedx / ConceptXBlock

edX: An XBlock for adding concept tags. There is an associated external service in a different repo.
GNU Affero General Public License v3.0
1 stars 3 forks source link

Python Code Cleanup #3

Closed edx-requirements-bot closed 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

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@c05453b733602ba7a2224ffbbf58a8d0903b62d8