From c04c52d21cb61837476f56c9d005c73d407345a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jim=20Br=C3=A4nnlund?= Date: Sun, 9 Apr 2023 00:57:12 +0200 Subject: [PATCH] Chore: Temporary imports for backwards compat --- src/pytest_html/plugin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pytest_html/plugin.py b/src/pytest_html/plugin.py index c02ba455..a8d0778c 100644 --- a/src/pytest_html/plugin.py +++ b/src/pytest_html/plugin.py @@ -6,6 +6,7 @@ import pytest +from pytest_html.basereport import BaseReport as HTMLReport # noqa: F401 from pytest_html.report import Report from pytest_html.selfcontained_report import SelfContainedReport