Skip to content

Commit

Permalink
pylint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 28, 2021
1 parent d0fc518 commit fc7a035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/common/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class RootSerializer(Serializer): # pylint: disable=abstract-method
routes = JSONField()


class TaskSerializer(Serializer):
class TaskSerializer(Serializer): # pylint: disable=abstract-method
pass

0 comments on commit fc7a035

Please sign in to comment.