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

@@ -2,7 +2,7 @@
from pyln.client import Plugin, Millisatoshi
from packaging import version
from collections import namedtuple
from summary_avail import *
from summary_avail import trace_availability, addpeer
import pyln.client
import requests
import shelve