From: Nicki Křížek Date: Tue, 14 Jul 2026 11:36:44 +0000 (+0000) Subject: Sort rndc.py imports with ruff X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fe24ee368d478df64524d7922d146e6149b55cd;p=thirdparty%2Fbind9.git Sort rndc.py imports with ruff Assisted-by: Claude:claude-fable-5 --- diff --git a/bin/tests/system/isctest/rndc.py b/bin/tests/system/isctest/rndc.py index 5d1355f2c5f..d063dc139ae 100644 --- a/bin/tests/system/isctest/rndc.py +++ b/bin/tests/system/isctest/rndc.py @@ -13,13 +13,13 @@ This module implements the RNDC control protocol. """ -import time -import struct +import base64 import hashlib import hmac -import base64 import random import socket +import struct +import time class rndc: