1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

python:tests: Remove unused imports

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-11-07 12:35:10 +13:00
committed by Andrew Bartlett
parent abab561d44
commit 49f54e2bd6
2 changed files with 3 additions and 6 deletions

View File

@@ -24,14 +24,11 @@ This deliberately allows you to do broken things that SDDL doesn't.
- etc.
"""
import samba
from samba.security import access_check
from samba.tests import DynamicTestCase, TestCase, get_env_dir
from samba.tests import DynamicTestCase, TestCase
from samba.tests import conditional_ace_assembler as caa
from samba.tests.token_factory import token as Token
from samba.dcerpc import security
from samba.ndr import ndr_unpack, ndr_pack
from samba.ndr import ndr_pack
from samba import NTSTATUSError
from samba.ntstatus import NT_STATUS_ACCESS_DENIED
from samba.colour import colourdiff