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:
committed by
Andrew Bartlett
parent
f739ef813c
commit
7fafb268bf
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user