From ae1df11e4910852edfa9d51d1913b06a31582515 Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Sun, 29 Oct 2023 09:40:14 +0100 Subject: [PATCH] Lint fixes --- test_markdown_writer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_markdown_writer.py b/test_markdown_writer.py index d62bbdf..ccf8b5a 100644 --- a/test_markdown_writer.py +++ b/test_markdown_writer.py @@ -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") \ No newline at end of file + os.remove("issue_metrics.md")