]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
perftest:ndr_pack_performance: Remove unused import
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 8 Jan 2024 04:22:21 +0000 (17:22 +1300)
committerMartin Schwenke <martins@samba.org>
Tue, 2 Jul 2024 03:39:35 +0000 (03:39 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
source4/dsdb/tests/python/ndr_pack_performance.py

index 45c1816df39be33aa313db6020f44dab4881589e..355e36a0e4c73cdc48de093e3bbbe1c6ba8cf53e 100644 (file)
@@ -1,6 +1,5 @@
 #!/usr/bin/env python3
 # -*- coding: utf-8 -*-
-import optparse
 import sys
 sys.path.insert(0, 'bin/python')