formatting

This commit is contained in:
nate
2021-08-03 13:59:37 -05:00
parent 8403b35199
commit 13a52a3e08

View File

@ -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: