Skip to content

Commit

Permalink
samba-tool/ntacl: Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Sutton <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
jsutton24 authored and abartlet committed Aug 8, 2023
1 parent 3c15ff6 commit 245044d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/samba/netcmd/ntacl.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
import samba.getopt as options
from samba.dcerpc import security, idmap
from samba.ntacls import setntacl, getntacl, getdosinfo
from samba import Ldb
from samba.ndr import ndr_unpack, ndr_print
from samba.ndr import ndr_print
from samba.samdb import SamDB
from samba.samba3 import param as s3param, passdb
from samba import provision
Expand Down

0 comments on commit 245044d

Please sign in to comment.