mirror of
https://github.com/aljazceru/plugins.git
synced 2025-12-24 00:24:19 +01:00
summary: adds __init__.py to fix remaining flake8 nits
This commit is contained in:
committed by
Christian Decker
parent
2034c29214
commit
e825910af1
0
summary/__init__.py
Normal file
0
summary/__init__.py
Normal file
@@ -2,7 +2,7 @@
|
|||||||
from pyln.client import Plugin, Millisatoshi
|
from pyln.client import Plugin, Millisatoshi
|
||||||
from packaging import version
|
from packaging import version
|
||||||
from collections import namedtuple
|
from collections import namedtuple
|
||||||
from summary_avail import *
|
from summary_avail import trace_availability, addpeer
|
||||||
import pyln.client
|
import pyln.client
|
||||||
import requests
|
import requests
|
||||||
import shelve
|
import shelve
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ from pyln.client import Plugin
|
|||||||
from pyln.testing.fixtures import * # noqa: F401,F403
|
from pyln.testing.fixtures import * # noqa: F401,F403
|
||||||
from pyln.testing.utils import DEVELOPER
|
from pyln.testing.utils import DEVELOPER
|
||||||
|
|
||||||
from summary_avail import *
|
from .summary_avail import trace_availability
|
||||||
|
|
||||||
pluginopt = {'plugin': os.path.join(os.path.dirname(__file__), "summary.py")}
|
pluginopt = {'plugin': os.path.join(os.path.dirname(__file__), "summary.py")}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user