Skip to content

Commit

Permalink
0.4 LPO performance improvement figures.serializers fix pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbaldwin committed Dec 10, 2020
1 parent 9f29ea6 commit fb90299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion figures/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,7 @@ class Meta:
]
read_only_fields = fields

def get_progress_details(self, obj): # pylint: disable=unused-argument
def get_progress_details(self, obj):
"""Get progress data for a single enrollment
"""
return obj.progress_details
Expand Down

0 comments on commit fb90299

Please sign in to comment.