fixed 'blank line contains whitespace'

lib/nodelist.py:18:1: W293 blank line contains whitespace. fixed.
This commit is contained in:
kantorkel 2015-07-12 18:08:17 +02:00
parent ee84327b5c
commit c5b321430e

View file

@ -15,7 +15,7 @@ def export_nodelist(now, nodedb):
if "firstseen" in node: if "firstseen" in node:
node_out["status"]["firstcontact"] = node["firstseen"] node_out["status"]["firstcontact"] = node["firstseen"]
if "lastseen" in node: if "lastseen" in node:
node_out["status"]["lastcontact"] = node["lastseen"] node_out["status"]["lastcontact"] = node["lastseen"]