From cf8bf8e6b2bb00b2aa28f68813e287cb66fadad3 Mon Sep 17 00:00:00 2001 From: Byoung Gi Lee Date: Thu, 15 Feb 2018 18:16:32 +0900 Subject: [PATCH] abide pylint warnings #2 --- subtitle_convert/subtitle_convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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