django-not-configured is an error raised by pylint (with the pylint-django plugin) when it's not correctly configured. We should not be applying lint amnesty for such a violation.
4 lines
157 B
Python
4 lines
157 B
Python
#!/usr/bin/python # lint-amnesty, pylint: disable=missing-module-docstring
|
|
|
|
from .loncapa_check import * # lint-amnesty, pylint: disable=redefined-builtin
|