fix: Making pep8 happy

pull/343/head
chrisr3d 2019-10-17 10:45:51 +02:00
parent a228e2505d
commit d740abe74b
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 4 additions and 3 deletions

View File

@ -13,6 +13,7 @@ moduleinfo = {'version': '1', 'author': 'KX499',
'description': 'Get information from ThreatMiner',
'module-type': ['expansion']}
class ThreatMiner():
def __init__(self):
self.results = defaultdict(set)