EDUCATOR-344

Removed instances of track function
This commit is contained in:
Brandon Baker
2017-06-09 18:51:10 +00:00
parent ec9ad2ccb2
commit f4c9044d2e
7 changed files with 27 additions and 31 deletions

View File

@@ -31,7 +31,7 @@ class MemoryUserPartitionScheme(object):
"""
self.current_group.setdefault(user.id, {})[user_partition.id] = group
def get_group_for_user(self, course_id, user, user_partition, track_function=None): # pylint: disable=unused-argument
def get_group_for_user(self, course_id, user, user_partition): # pylint: disable=unused-argument
"""
Fetch the group to which this user is linked in this partition, or None.
"""