Skip to content
Snippets Groups Projects
Unverified Commit f33f12bb authored by edX requirements bot's avatar edX requirements bot Committed by GitHub
Browse files

BOM-2358 : Pyupgrade in dashboard, debug, discussion apps (#26529)


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

This pull request was generated by the cleanup-python-code Jenkins job, which ran
```
cd lms/djangoapps/dashboard; find . -type f -name '*.py' | while read fname; do sed -i 's/  # lint-amnesty, pylint: disable=super-with-arguments//; s/  # lint-amnesty, pylint: disable=import-error, wrong-import-order//; s/  # lint-amnesty, pylint: disable=wrong-import-order//' "$fname"; done; find . -type f -name '*.py' | while read fname; do pyupgrade --exit-zero-even-if-changed --py3-plus --py36-plus --py38-plus "$fname"; done; isort --recursive .
```

The following packages were installed:
`pyupgrade,isort`

* feedback done

Co-authored-by: default avatarZulqarnain <muhammad.zulqarnain@arbisoft.com>
parent e505d992
No related branches found
No related tags found
No related merge requests found
Showing
with 248 additions and 275 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment