From fe078fe1e72b16438a4a3721d788cf41ad895ef8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 12 Nov 2021 12:02:41 -0500 Subject: [PATCH] isort --- src/_zkapauthorizer/_storage_server.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_zkapauthorizer/_storage_server.py b/src/_zkapauthorizer/_storage_server.py index 69037cb..97c500e 100644 --- a/src/_zkapauthorizer/_storage_server.py +++ b/src/_zkapauthorizer/_storage_server.py @@ -40,11 +40,11 @@ from allmydata.storage.shares import get_share_file from allmydata.util.base32 import b2a from attr.validators import instance_of, provides from challenge_bypass_ristretto import SigningKey, TokenPreimage, VerificationSignature -from eliot import start_action, log_call +from eliot import log_call, start_action from foolscap.api import Referenceable -from twisted.python.filepath import FilePath from twisted.internet.defer import Deferred from twisted.internet.interfaces import IReactorTime +from twisted.python.filepath import FilePath from twisted.python.reflect import namedAny from zope.interface import implementer -- GitLab