Resolved issues
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
from django.contrib.auth.models import Group, User # lint-amnesty, pylint: disable=imported-auth-user
|
||||
from django.core.management.base import BaseCommand, CommandError
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
import datetime
|
||||
import json
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
import csv
|
||||
import os
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
import re
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
import unittest
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
# lint-amnesty, pylint: disable=missing-module-docstring
|
||||
|
||||
from common.djangoapps.student.signals.signals import (
|
||||
ENROLL_STATUS_CHANGE,
|
||||
|
||||
Reference in New Issue
Block a user