BOM-2368: pyupgrade in LMS Directory (#26649)

* pyupgrade in lms dir

* replace wildcard

* pep8 fix

* fix quality
This commit is contained in:
M. Zulqarnain
2021-02-23 12:36:00 +05:00
committed by GitHub
parent a235425ac3
commit fc06846cb0
21 changed files with 414 additions and 419 deletions

View File

@@ -4,7 +4,6 @@
import logging
import mimetypes
from django.conf import settings # lint-amnesty, pylint: disable=unused-import
from django.test import TestCase
log = logging.getLogger(__name__)