fossasia / open-event-server

Useless return detected PYL-R1711
Anti-pattern
Minor
5 months ago4 years old
Useless return at end of function or method
186    return
187
188
189def _upload_media(task_handle, event_id, base_path):190    """
191    Actually uploads the resources
192    """