From 3784839990275776b96b7c98d22d4642602e8632 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Fri, 18 Feb 2022 16:01:35 -0500 Subject: [PATCH] lint --- src/_zkapauthorizer/tests/test_recover.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/_zkapauthorizer/tests/test_recover.py b/src/_zkapauthorizer/tests/test_recover.py index a474ad3..a92dad8 100644 --- a/src/_zkapauthorizer/tests/test_recover.py +++ b/src/_zkapauthorizer/tests/test_recover.py @@ -5,7 +5,7 @@ Tests for ``_zkapauthorizer.recover``, the replication recovery system. from sqlite3 import Connection, connect from typing import Dict, Iterator -from hypothesis import assume, given, note, settings +from hypothesis import assume, note, settings from hypothesis.stateful import ( RuleBasedStateMachine, invariant, @@ -13,7 +13,7 @@ from hypothesis.stateful import ( rule, run_state_machine_as_test, ) -from hypothesis.strategies import data, lists, randoms, sampled_from, text +from hypothesis.strategies import data, lists, randoms, sampled_from from testtools import TestCase from testtools.matchers import ( AfterPreprocessing, -- GitLab