mirror of
https://github.com/nmap/nmap.git
synced 2025-12-10 09:49:05 +00:00
Fix 'Missing call to __init__ during object initialization' from LGTM. See #1834
This commit is contained in:
@@ -313,6 +313,7 @@ class XMLReader(xml.sax.ContentHandler):
|
||||
def __init__(self, file=None):
|
||||
"""
|
||||
"""
|
||||
super(XMLReader, self).__init__()
|
||||
self.__text = ""
|
||||
self.__status = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user