From b40d882fceb20fa102ca32540819555a08b2fdf1 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Fri, 2 Dec 2022 08:28:22 -0500 Subject: [PATCH] remove unused import --- src/allmydata/testing/web.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/allmydata/testing/web.py b/src/allmydata/testing/web.py index be7878d57..4af2603a8 100644 --- a/src/allmydata/testing/web.py +++ b/src/allmydata/testing/web.py @@ -14,7 +14,6 @@ Test-helpers for clients that use the WebUI. from __future__ import annotations import hashlib -from typing import Dict import attr