Skip to content

Commit

Permalink
Fixup. Format code with Black
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Sep 18, 2024
1 parent aa70df1 commit ac971a5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion pod/recorder/rest_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,16 @@ class Meta:
class RecordingModelSerializer(serializers.HyperlinkedModelSerializer):
class Meta:
model = Recording
fields = ("id", "url", "user", "title", "source_file", "type", "date_added", "recorder")
fields = (
"id",
"url",
"user",
"title",
"source_file",
"type",
"date_added",
"recorder",
)


class RecorderModelSerializer(serializers.HyperlinkedModelSerializer):
Expand Down

0 comments on commit ac971a5

Please sign in to comment.