This is an automated email from the ASF dual-hosted git repository. root pushed a commit to branch frazer/flake8 in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 98c5b0b68b4949023532fe4b63cb6db139dcf431 Author: Frazer Leslie Clews <[email protected]> AuthorDate: Wed Oct 30 15:08:07 2019 +0000 remove unused imports --- doc/bst2html.py | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/bst2html.py b/doc/bst2html.py index cfaf055..88aea46 100755 --- a/doc/bst2html.py +++ b/doc/bst2html.py @@ -106,7 +106,6 @@ def ansi2html(text, palette='solarized'): def _ansi2html(m): if m.group(2) != 'm': return '' - import sys state = None sub = '' cs = m.group(1)
