Skip to content

Commit 4693d21

Browse files
committed
Ran ruff
1 parent cee469b commit 4693d21

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

nxc/modules/gpp_privileges.py

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,6 @@ class NXCModule:
9393
"S-1-5-32-580": "BUILTIN\\Remote Management Users",
9494
}
9595

96-
97-
def options(self, context, module_options):
98-
""" """
99-
pass
100-
10196
def options(self, context, module_options):
10297
"""
10398
Define module options.
@@ -259,9 +254,7 @@ def initialize_ldap_connection(self, context, connection):
259254

260255

261256
def resolve_sid(self, context, sid, ldap_connection):
262-
"""
263-
Resolves a SID to a human-readable name using well-known mappings or LDAP queries.
264-
"""
257+
"""Resolves a SID to a human-readable name using well-known mappings or LDAP queries."""
265258
if sid in self.WELL_KNOWN_SIDS:
266259
return self.WELL_KNOWN_SIDS[sid]
267260

0 commit comments

Comments
 (0)