From 9c1b3680ad93d167c4fe27efa065880203c91d17 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 03:25:07 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/test_pytest_html.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_pytest_html.py b/testing/test_pytest_html.py index ac9a1500..35951127 100644 --- a/testing/test_pytest_html.py +++ b/testing/test_pytest_html.py @@ -107,7 +107,6 @@ def test_sleep(): def test_can_format_duration_column( self, testdir, duration_formatter, expected_report_content ): - testdir.makeconftest( f""" import pytest