From: Joseph Sutton Date: Mon, 18 Sep 2023 22:14:29 +0000 (+1200) Subject: python:tests: Remove unused import X-Git-Tag: tevent-0.16.0~375 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37a32d3b40ae375c975c85ae9c1af206b22a1ca9;p=thirdparty%2Fsamba.git python:tests: Remove unused import Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/python/samba/tests/__init__.py b/python/samba/tests/__init__.py index 08624512116..8cb3d13df54 100644 --- a/python/samba/tests/__init__.py +++ b/python/samba/tests/__init__.py @@ -19,7 +19,6 @@ """Samba Python tests.""" import os import tempfile -import warnings import collections import ldb import samba