Refactor: Removed unused imports

Removed unused imports from docs, scripts, pavelib
This commit is contained in:
Jawayria
2021-02-19 13:32:33 +05:00
parent d4c557f765
commit 96e1bffc97
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():