From 13a52a3e086348708a71181d483ae1e3d5d21016 Mon Sep 17 00:00:00 2001 From: nate Date: Tue, 3 Aug 2021 13:59:37 -0500 Subject: [PATCH] formatting --- vulnwhisp/frameworks/qualys_web.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/vulnwhisp/frameworks/qualys_web.py b/vulnwhisp/frameworks/qualys_web.py index 7b41e0b..5b4b563 100644 --- a/vulnwhisp/frameworks/qualys_web.py +++ b/vulnwhisp/frameworks/qualys_web.py @@ -259,13 +259,7 @@ class qualysUtils: def __init__(self): self.logger = logging.getLogger('qualysUtils') - def grab_section( - self, - report, - section, - end=[], - pop_last=False, - ): + def grab_section(self, report, section, end=[], pop_last=False): temp_list = [] max_col_count = 0 with open(report, 'rt') as csvfile: