From 4d1209d7972c804906e3f0e48b73a8025f11436a Mon Sep 17 00:00:00 2001 From: tychovrahe Date: Mon, 19 Dec 2022 21:58:22 +0100 Subject: [PATCH] fixup! fix(tests): fix UI test report generation --- tests/ui_tests/reporting/html.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ui_tests/reporting/html.py b/tests/ui_tests/reporting/html.py index 00c2f0390..1f056e6e2 100644 --- a/tests/ui_tests/reporting/html.py +++ b/tests/ui_tests/reporting/html.py @@ -2,7 +2,7 @@ import base64 import filecmp from itertools import zip_longest from pathlib import Path -from typing import Dict, List, Optional +from typing import List, Optional from dominate import document from dominate.tags import a, i, img, table, td, th, tr