From 5943a4ec6de0186fd7a0bb8d5aeb7b5ece1f9a1b Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 24 Sep 2021 12:45:47 -0400 Subject: [PATCH] yea that was imported for a reason --- src/_zkapauthorizer/tests/fixtures.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/_zkapauthorizer/tests/fixtures.py b/src/_zkapauthorizer/tests/fixtures.py index f47877c..392520c 100644 --- a/src/_zkapauthorizer/tests/fixtures.py +++ b/src/_zkapauthorizer/tests/fixtures.py @@ -37,6 +37,7 @@ from twisted.python.filepath import ( from twisted.internet.task import ( Clock, ) +from allmydata import __version__ as allmydata_version from allmydata.storage.server import ( StorageServer, ) -- GitLab