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

python: pep8: fix import sorting after move

Only touch files where samba.domain.models import was moved

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Rob van der Linde
2024-03-13 20:59:27 +13:00
committed by Andrew Bartlett
parent f739ef813c
commit 7fafb268bf
17 changed files with 57 additions and 67 deletions

View File

@@ -25,8 +25,8 @@ from optparse import OptionValueError
from unittest.mock import patch
from samba.dcerpc import security
from samba.ndr import ndr_pack, ndr_unpack
from samba.domain.models.exceptions import ModelError
from samba.ndr import ndr_pack, ndr_unpack
from samba.samdb import SamDB
from samba.sd_utils import SDUtils