]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Remove unneeded pylint: disable=import-error
authorŠtěpán Balážik <stepan@isc.org>
Sat, 21 Feb 2026 12:36:29 +0000 (13:36 +0100)
committerŠtěpán Balážik <stepan@isc.org>
Wed, 25 Feb 2026 12:15:05 +0000 (13:15 +0100)
Paths are now correctly set up for pylint.

bin/tests/system/isctest/vars/all.py
bin/tests/system/isctest/vars/basic.py
bin/tests/system/isctest/vars/dirs.py
bin/tests/system/timeouts/tests_tcp_timeouts.py

index 828341aa4c5c33760169eac2e2853b1394c4d862..9dedeec8f8bd9f66368eb7e730ecd5514f65b1be 100644 (file)
 
 from collections import ChainMap
 
-# pylint: disable=import-error
 from .autoconf import AC_VARS  # type: ignore
-
-# pylint: enable=import-error
 from .algorithms import ALG_VARS, CRYPTO_SUPPORTED_VARS
 from .basic import BASIC_VARS
 from .dirs import DIR_VARS
index 9096df488600260f01b9c9e6b392fe5b88017b92..05790e044d8692c65d31b2dbd0c9a371618c9e06 100644 (file)
 
 import os
 
-# pylint: disable=import-error
 from .autoconf import AC_VARS  # type: ignore
 
-# pylint: enable=import-error
-
 
 BASIC_VARS = {
     "ARPANAME": f"{AC_VARS['TOP_BUILDDIR']}/bin/tools/arpaname",
index d99a30cca914eeca367c6491ce38d83ce61e6248..1d6f6fbdf3945a9fc4d60a7d2f2158b6df0f2c10 100644 (file)
 
 import os
 
-# pylint: disable=import-error
 from .autoconf import AC_VARS  # type: ignore
 
-# pylint: enable=import-error
-
 
 SYSTEM_TEST_DIR_GIT_PATH = "bin/tests/system"
 
index ca982ef6c9f4d7779ce125b94c619555b92eeff6..2c0da8514a320bae5526ab62670c9f6fcc4c5a2b 100644 (file)
@@ -26,7 +26,7 @@ import dns.query
 import dns.rdataclass
 import dns.rdatatype
 
-import isctest.mark  # pylint: disable=import-error
+import isctest.mark
 
 pytestmark = pytest.mark.extra_artifacts(
     [