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