Skip to content

Commit 2e0443f

Browse files
committed
Remove duplicate initialization
1 parent e253985 commit 2e0443f

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

nxc/modules/presence.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ class NXCModule:
1111
opsec_safe = False
1212
multiple_hosts = True
1313

14-
def __init__(self):
15-
# initialize the sid to user mapping dictionary
16-
self.sid_to_user = {}
17-
1814
def options(self, context, module_options):
1915
"""There are no module options."""
2016

0 commit comments

Comments
 (0)