Skip to content

Commit

Permalink
Merge pull request #26626 from edx/jawayria/bom-2416
Browse files Browse the repository at this point in the history
BOM-2416: Removed unused imports from docs, scripts, pavelib
  • Loading branch information
Jawayria authored Apr 9, 2021
2 parents ad59e31 + 96e1bff commit dbcd806
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion docs/docs_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
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():
Expand Down
1 change: 0 additions & 1 deletion docs/guides/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pavelib/paver_tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import pytest

from pavelib.utils.envs import Env
from openedx.core.pytest_hooks import pytest_json_modifyreport # pylint: disable=unused-import
from openedx.core.pytest_hooks import pytest_sessionfinish # pylint: disable=unused-import


@pytest.fixture(autouse=True, scope='session')
Expand Down
2 changes: 1 addition & 1 deletion pavelib/prereqs.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import sys
from distutils import sysconfig

from paver.easy import BuildFailure, sh, task # lint-amnesty, pylint: disable=unused-import
from paver.easy import sh, task # lint-amnesty, pylint: disable=unused-import

from .utils.envs import Env
from .utils.timer import timed
Expand Down
1 change: 0 additions & 1 deletion scripts/xdist/pytest_worker_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import time

import boto3
from botocore.config import Config
from botocore.exceptions import ClientError
import socket
from multiprocessing import Pool
Expand Down

0 comments on commit dbcd806

Please sign in to comment.