From: Douglas Bagnall Date: Thu, 11 Oct 2018 00:42:45 +0000 (+1300) Subject: python/tests/docs: remove unused import, variables X-Git-Tag: tdb-1.3.17~996 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f19bf63dc85c59d324aaa820df783baaaf8712b;p=thirdparty%2Fsamba.git python/tests/docs: remove unused import, variables Signed-off-by: Douglas Bagnall Reviewed-by: Noel Power --- diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index e54c754a62a..e11ebd1d26a 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -23,7 +23,6 @@ import samba import samba.tests import os -import re import subprocess import xml.etree.ElementTree as ET @@ -183,7 +182,6 @@ class SmbDotConfTests(TestCase): program = [os.environ["PYTHON"]] + program failset = set() - count = 0 for tuples in self.defaults: param, default, context, param_type = tuples @@ -225,7 +223,6 @@ class SmbDotConfTests(TestCase): program = [os.environ["PYTHON"]] + program failset = set() - count = 0 for tuples in self.defaults: param, default, context, param_type = tuples @@ -282,7 +279,6 @@ class SmbDotConfTests(TestCase): 'enum': '', 'boolean-auto': '', 'char': 'b', 'list': 'd, e, f'} failset = set() - count = 0 for tuples in self.defaults_all: param, default, context, param_type = tuples