1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

fixup! fix(tests): fix UI test report generation

This commit is contained in:
tychovrahe 2022-12-19 21:58:22 +01:00
parent ee6e913d67
commit 4d1209d797

View File

@ -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