summary: adds __init__.py to fix remaining flake8 nits

This commit is contained in:
Michael Schmoock
2020-12-13 13:10:52 +01:00
committed by Christian Decker
parent 2034c29214
commit e825910af1
3 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ from pyln.client import Plugin
from pyln.testing.fixtures import * # noqa: F401,F403
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")}