Note to self

This commit is contained in:
Jamie Hardt
2021-05-26 00:44:35 -07:00
parent a9596c444d
commit f4ad4a5b5d

View File

@@ -7,7 +7,7 @@ from .reporting import print_advisory_tagging_error, print_section_header_style,
from tqdm import tqdm
# fixme this whole file is a mess
class Transformation:
def transform(self, input_dict) -> dict:
return input_dict