1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-03 01:18:10 +03:00

perftest:ndr_pack_performance: Remove unused import

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
Jo Sutton 2024-01-08 17:22:21 +13:00 committed by Martin Schwenke
parent 32cd94b1e4
commit 4844b1c34c

View File

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