fix pep8 violations, fix pylint violations
This commit is contained in:
@@ -9,12 +9,13 @@ TODO sync instructor and staff flags
|
||||
{instructor: true, staff: true}
|
||||
"""
|
||||
|
||||
from django.contrib.auth.models import User, Group
|
||||
from courseware.access import get_access_group_name, course_beta_test_group_name
|
||||
from django_comment_common.models import (Role,
|
||||
FORUM_ROLE_ADMINISTRATOR,
|
||||
FORUM_ROLE_MODERATOR,
|
||||
FORUM_ROLE_COMMUNITY_TA)
|
||||
from django.contrib.auth.models import Group
|
||||
from courseware.access import (get_access_group_name,
|
||||
course_beta_test_group_name)
|
||||
from django_comment_common.models import Role
|
||||
# FORUM_ROLE_ADMINISTRATOR,
|
||||
# FORUM_ROLE_MODERATOR,
|
||||
# FORUM_ROLE_COMMUNITY_TA)
|
||||
|
||||
|
||||
def list_with_level(course, level):
|
||||
|
||||
Reference in New Issue
Block a user