From b0fffabed0aa525610714864ed74f3dd6c7445e8 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Tue, 12 Apr 2022 14:10:02 -0400 Subject: [PATCH] remove unnecessary module-scope wormhole used this during testing so the other mock() calls wouldn't explode in a boring way --- src/allmydata/scripts/tahoe_invite.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/allmydata/scripts/tahoe_invite.py b/src/allmydata/scripts/tahoe_invite.py index c5f08f588..b62d6a463 100644 --- a/src/allmydata/scripts/tahoe_invite.py +++ b/src/allmydata/scripts/tahoe_invite.py @@ -42,8 +42,6 @@ class InviteOptions(usage.Options): self['nick'] = args[0].strip() -wormhole = None - @defer.inlineCallbacks def _send_config_via_wormhole(options, config): out = options.stdout