diff --git a/progit/lib/model.py b/progit/lib/model.py index bda33b0..4870cf1 100644 --- a/progit/lib/model.py +++ b/progit/lib/model.py @@ -346,7 +346,7 @@ class Issue(BASE): return [issue.id for issue in self.parents] def to_json(self): - ''' Returns a JSON representation of the issue using the JSON module + ''' Returns a JSON representation of the issue. ''' output = {