Skip to content

Commit

Permalink
Add missing comma in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
ihabunek authored and mauricioabreu committed Aug 20, 2022
1 parent 078357f commit 0dc0c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m3u8/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'PartialSegmentList', 'Key', 'Playlist', 'IFramePlaylist',
'Media', 'MediaList', 'PlaylistList', 'Start', 'RenditionReport',
'RenditionReportList', 'ServerControl', 'Skip', 'PartInformation',
'PreloadHint' 'DateRange', 'DateRangeList', 'ContentSteering',
'PreloadHint', 'DateRange', 'DateRangeList', 'ContentSteering',
'loads', 'load', 'parse', 'ParseError')

def loads(content, uri=None, custom_tags_parser=None):
Expand Down

0 comments on commit 0dc0c64

Please sign in to comment.