Pylint fixes to move number below allowed threshold.

This commit is contained in:
John Eskew
2018-01-17 19:25:27 -05:00
committed by Troy Sankey
parent b1f0b7d230
commit 875a127f84
6 changed files with 29 additions and 24 deletions

View File

@@ -86,8 +86,8 @@ class CourseHomeMessages(UserMessageCollection):
NAMESPACE = 'course_home_level_messages'
@classmethod
def get_namespace(self):
def get_namespace(cls):
"""
Returns the namespace of the message collection.
"""
return self.NAMESPACE
return cls.NAMESPACE