refactor: Removed unused imports
Removed unused imports from cms using 'unimport'
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user