Fix linting as it relates to import_shims, and vice versa (#25632)
* Fix import_shims pylint violations; lint import_shims * Do not shim imports when running pylint * Regenerate import_shims
This commit is contained in:
8
import_shims/lms/experiments/testutils.py
Normal file
8
import_shims/lms/experiments/testutils.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Deprecated import support. Auto-generated by import_shims/generate_shims.sh."""
|
||||
# pylint: disable=redefined-builtin,wrong-import-position,wildcard-import,useless-suppression,line-too-long
|
||||
|
||||
from import_shims.warn import warn_deprecated_import
|
||||
|
||||
warn_deprecated_import('experiments.testutils', 'lms.djangoapps.experiments.testutils')
|
||||
|
||||
from lms.djangoapps.experiments.testutils import *
|
||||
Reference in New Issue
Block a user