Reformat code

This commit is contained in:
2022-08-13 13:32:22 +01:00
parent 5c63fb5048
commit 21ed66bc00
3 changed files with 2 additions and 5 deletions

View File

@@ -384,6 +384,7 @@ def _initialList(net, num, listinfo, chanlimit):
# return (listinfo, mean, sigrelay, relay)
def convert(data):
"""
Recursively convert a dictionary.
@@ -411,4 +412,3 @@ def initialList(net, num, listinfo, chanlimit):
See above docstring.
"""
deferToThread(_initialList, net, num, deepcopy(listinfo), chanlimit)