Browse Source

rm unused import

follow-up d51f00e2a3
master
SomberNight 2 years ago
parent
commit
8dd5865469
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
  1. 1
      electrum/lnpeer.py

1
electrum/lnpeer.py

@ -15,7 +15,6 @@ import functools
import aiorpcx
from aiorpcx import ignore_after
from async_timeout import timeout
from .crypto import sha256, sha256d
from . import bitcoin, util

Loading…
Cancel
Save