Skip to content
Snippets Groups Projects
Unverified Commit b899e6bc authored by Jawayria's avatar Jawayria Committed by GitHub
Browse files

Merge pull request #26595 from edx/bom-2352-10

BOM-2352: Removed unused imports from lms/envs
parents ec3c31eb 42e75765
Branches
Tags
No related merge requests found
......@@ -19,8 +19,6 @@ invoked each time that changes have been made.
"""
import os # lint-amnesty, pylint: disable=unused-import
########################## Devstack settings ###################################
from .devstack import * # pylint: disable=wildcard-import
......
......@@ -12,8 +12,6 @@ In two separate processes on devstack:
"""
import os # lint-amnesty, pylint: disable=unused-import
# We intentionally define lots of variables that aren't used, and
# want to import all variables from base settings files
# pylint: disable=wildcard-import, unused-wildcard-import
......
......@@ -14,10 +14,7 @@ sessions. Assumes structure:
import logging
import os
from collections import OrderedDict
from random import choice # lint-amnesty, pylint: disable=unused-import
from string import digits, ascii_letters, punctuation # lint-amnesty, pylint: disable=unused-import
from uuid import uuid4
import openid.oidutil
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment