Skip to content

Commit 14e27ee

Browse files
committed
Remove unused SIM103 directive [RUF100]
1 parent c11986d commit 14e27ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/ldap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def kerberos_login(self, domain, username, password="", ntlm_hash="", aesKey="",
416416
color="yellow",
417417
)
418418
# If no preauth is set, we want to be able to execute commands such as --kerberoasting
419-
if self.args.no_preauth_targets: # noqa: SIM103
419+
if self.args.no_preauth_targets:
420420
return True
421421
else:
422422
return False

0 commit comments

Comments
 (0)