diff --git a/subtitle_convert/subtitle_convert.py b/subtitle_convert/subtitle_convert.py index cff9a64..c4e67ca 100644 --- a/subtitle_convert/subtitle_convert.py +++ b/subtitle_convert/subtitle_convert.py @@ -1,7 +1,7 @@ from copy import deepcopy -from pycaption.base import BaseWriter, CaptionNode from datetime import timedelta from lxml import etree +from pycaption.base import BaseWriter, CaptionNode class TextWriter(BaseWriter): def write(self, captions): # pylint: disable=arguments-differ