Merge pull request #26626 from edx/jawayria/bom-2416
BOM-2416: Removed unused imports from docs, scripts, pavelib
This commit is contained in:
@@ -18,7 +18,6 @@ from cms.envs.devstack import ( # lint-amnesty, pylint: disable=unused-import
|
||||
UPDATE_SEARCH_INDEX_JOB_QUEUE,
|
||||
)
|
||||
|
||||
|
||||
# Turn on all the boolean feature flags, so that conditionally included
|
||||
# API endpoints will be found.
|
||||
for key, value in FEATURES.items():
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
# http://www.sphinx-doc.org/en/master/config
|
||||
|
||||
|
||||
import datetime # lint-amnesty, pylint: disable=unused-import
|
||||
import os
|
||||
import sys
|
||||
from subprocess import check_call
|
||||
|
||||
Reference in New Issue
Block a user