From de70ad083ae23620ac537f1da4615fdcaf1659d6 Mon Sep 17 00:00:00 2001
From: Tom Prince <tom.prince@private.storage>
Date: Thu, 4 Nov 2021 11:50:32 -0600
Subject: [PATCH] Adjust some comments on imports so that isort doesn't move
 them unclearly.

---
 src/_zkapauthorizer/tests/test_storage_protocol.py | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/_zkapauthorizer/tests/test_storage_protocol.py b/src/_zkapauthorizer/tests/test_storage_protocol.py
index afe963c..ae54c30 100644
--- a/src/_zkapauthorizer/tests/test_storage_protocol.py
+++ b/src/_zkapauthorizer/tests/test_storage_protocol.py
@@ -39,9 +39,9 @@ from testtools.twistedsupport import (
     succeeded,
     failed,
 )
+# I'd rather use https://twistedmatrix.com/trac/ticket/8900 but efforts
+# there appear to have stalled.
 from testtools.twistedsupport._deferred import (
-    # I'd rather use https://twistedmatrix.com/trac/ticket/8900 but efforts
-    # there appear to have stalled.
     extract_result,
 )
 
@@ -94,8 +94,7 @@ from .strategies import (
     sizes,
     slot_test_and_write_vectors_for_shares,
     posix_timestamps,
-    # Not really a strategy...
-    bytes_for_share,
+    bytes_for_share,  # Not really a strategy...
 )
 from .matchers import (
     matches_version_dictionary,
-- 
GitLab