Skip to content

Commit

Permalink
Automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Github-actions committed Oct 1, 2022
1 parent 0d61a69 commit f123316
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions wger/gallery/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,4 @@ class ImageSerializer(serializers.ModelSerializer):

class Meta:
model = Image
fields = [
'id',
'date',
'image',
'description',
'height',
'width'
]
fields = ['id', 'date', 'image', 'description', 'height', 'width']

0 comments on commit f123316

Please sign in to comment.