remove unnecessary module-scope wormhole

used this during testing so the other mock() calls wouldn't explode in a
boring way
This commit is contained in:
Jean-Paul Calderone 2022-04-12 14:10:02 -04:00
parent e35bab9663
commit b0fffabed0

View File

@ -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