Remove an unused variable

pull/2307/head
Bogdan Opanchuk 2020-09-23 13:14:07 -07:00 committed by David Núñez
parent 701d5ac06b
commit 572aec1574
1 changed files with 0 additions and 2 deletions

View File

@ -105,8 +105,6 @@ def make_rest_app(
def _make_rest_app(datastore: Datastore, this_node, serving_domain: str, log: Logger) -> Flask:
forgetful_node_storage = ForgetfulNodeStorage(federated_only=this_node.federated_only) # FIXME: Seems unused
from nucypher.characters.lawful import Alice, Ursula
_alice_class = Alice
_node_class = Ursula