]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
python:tests: Remove unused import
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 18 Sep 2023 22:14:29 +0000 (10:14 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 27 Sep 2023 02:43:28 +0000 (02:43 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/__init__.py

index 086245121168f6d1f2535b185f9b5075ecebd34f..8cb3d13df544187818cd874af871720ba29bba6d 100644 (file)
@@ -19,7 +19,6 @@
 """Samba Python tests."""
 import os
 import tempfile
-import warnings
 import collections
 import ldb
 import samba