mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
Remove unused imports
This commit is contained in:
parent
5123c4e059
commit
f9b8a007d5
@ -1,11 +1,8 @@
|
|||||||
from concurrent import futures
|
from concurrent import futures
|
||||||
|
|
||||||
import io
|
|
||||||
import json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import socket
|
import socket
|
||||||
import sys
|
|
||||||
import threading
|
|
||||||
|
|
||||||
class UnixDomainSocketRpc(object):
|
class UnixDomainSocketRpc(object):
|
||||||
def __init__(self, socket_path, executor=None):
|
def __init__(self, socket_path, executor=None):
|
||||||
|
Loading…
Reference in New Issue
Block a user