Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Aug 9, 2024
1 parent 1062c5e commit 802bbe1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pretalx_media_ccc_de/recording.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

class MediaCCCDe(BaseRecordingProvider):
def fill_recording_urls(self):
task_refresh_recording_urls.apply_async(kwargs={"event_slug": self.event.slug}, ignore_result=True)
task_refresh_recording_urls.apply_async(
kwargs={"event_slug": self.event.slug}, ignore_result=True
)

def get_recording(self, submission):
data = getattr(submission, "media_ccc_de_link", None)
Expand Down

0 comments on commit 802bbe1

Please sign in to comment.