Skip to content

Commit

Permalink
Linter fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
wwakabobik committed Aug 30, 2024
1 parent 44a1c63 commit 7d3510b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testrail_api_reporter/utils/csv_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def save_history_data(self, filename=None, report=None):
else:
self.___logger.debug("Data already stored for today, skipping save")

def load_history_data(self, filename=None) -> List[List[datetime], List[str], List[str], List[str]]:
def load_history_data(self, filename=None) -> List:
"""
Load history data to CSV
Expand Down

0 comments on commit 7d3510b

Please sign in to comment.