Merge pull request #26626 from edx/jawayria/bom-2416

BOM-2416: Removed unused imports from docs, scripts, pavelib
This commit is contained in:
Jawayria
2021-04-09 19:31:20 +05:00
committed by GitHub
5 changed files with 1 additions and 6 deletions

View File

@@ -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():

View File

@@ -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