Skip to content

Commit

Permalink
abide pylint warnings #2
Browse files Browse the repository at this point in the history
  • Loading branch information
handrake committed Feb 15, 2018
1 parent 824792f commit cf8bf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subtitle_convert/subtitle_convert.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cf8bf8e

Please sign in to comment.