support older pythons

This commit is contained in:
Jean-Paul Calderone 2022-12-02 08:26:15 -05:00
parent 9619e286f4
commit a84b278ecd

View File

@ -11,6 +11,8 @@
Test-helpers for clients that use the WebUI.
"""
from __future__ import annotations
import hashlib
from typing import Dict