Skip to content

Commit

Permalink
[#56][Thalia/Everyone] Fix mypy commit error
Browse files Browse the repository at this point in the history
  • Loading branch information
testrella committed Oct 28, 2019
1 parent 93823db commit f122829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion invisible_flow/transformers/investigator_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def transform_investigator_csv_to_investigator_csv(csv_content):
df = InvestigatorTransformer.transform_investigator_entities_to_df(investigator_entity_list)
return df.to_csv(index=False)

def transform(self, response_type, file_content: str):
def transform(self, response_type, file_content):
return [(
response_type,
InvestigatorTransformer.transform_investigator_csv_to_investigator_csv(csv_content=file_content))
Expand Down

0 comments on commit f122829

Please sign in to comment.