Skip to content

Commit 6bf9b8a

Browse files
committed
fix ruff
1 parent 9c68f76 commit 6bf9b8a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

nxc/modules/pso.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
from dateutil.relativedelta import relativedelta as rd
2-
from impacket.ldap import ldapasn1 as ldapasn1_impacket
3-
41

52
class NXCModule:
63
"""
@@ -21,4 +18,4 @@ def options(self, context, module_options):
2118
"""No options available."""
2219

2320
def on_login(self, context, connection):
24-
context.log.fail('[REMOVED] This module moved to the core option --pso')
21+
context.log.fail("[REMOVED] This module moved to the core option --pso")

0 commit comments

Comments
 (0)