refactor: Removed unused imports

Removed unused imports from cms using 'unimport'
This commit is contained in:
Jawayria
2021-02-11 14:05:48 +05:00
parent 401789dad3
commit 772f8cbe90
9 changed files with 1 additions and 15 deletions

View File

@@ -27,7 +27,7 @@ from .common import *
# import settings from LMS for consistent behavior with CMS
from lms.envs.test import ( # pylint: disable=wrong-import-order
COMPREHENSIVE_THEME_DIRS,
COMPREHENSIVE_THEME_DIRS, # unimport:skip
DEFAULT_FILE_STORAGE,
ECOMMERCE_API_URL,
ENABLE_COMPREHENSIVE_THEMING,