From 414f3c7f9db9fe12201b92cd726027720ba75b78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 06:28:21 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- testing/legacy_test_pytest_html.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/legacy_test_pytest_html.py b/testing/legacy_test_pytest_html.py index a3c90805..22f01d7a 100644 --- a/testing/legacy_test_pytest_html.py +++ b/testing/legacy_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