Skip to content

Commit

Permalink
Lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
spier committed Oct 29, 2023
1 parent 1693462 commit ae1df11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,4 +446,4 @@ def test_writes_markdown_file_with_output_customization(self):
"_This report was generated with the [Issue Metrics Action](https://github.com/github/issue-metrics)_\n"
)
self.assertEqual(content, expected_content)
os.remove("issue_metrics.md")
os.remove("issue_metrics.md")

0 comments on commit ae1df11

Please sign in to comment.