Update csv_loggers.py

This commit is contained in:
Richard Mwewa
2022-11-24 22:40:17 +02:00
committed by GitHub
parent 0b76846968
commit 02e19baa93

View File

@@ -5,12 +5,8 @@ from octosuite.log_roller import LogRoller
from octosuite.colors import red, white, green, reset
"""
CsvLogger
This class holds the methods for creating .csv files of each functionality in main
"""
# CsvLogger
# This class holds the methods for creating .csv files of each functionality in main
class CsvLogger:
# .csv for organization' profile
def log_org_profile(response):