From 9654ededc06470c5ba9bd1f5cc8ea688a85929d2 Mon Sep 17 00:00:00 2001 From: attdona Date: Mon, 2 Oct 2017 21:38:58 +0200 Subject: [PATCH] pylint --- recipes/mqtt_junction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/mqtt_junction.py b/recipes/mqtt_junction.py index f16faec..b42afc6 100644 --- a/recipes/mqtt_junction.py +++ b/recipes/mqtt_junction.py @@ -27,5 +27,6 @@ def main(dev, topic): ns.junction.run() +# pylint: disable=E1120 if __name__ == "__main__": main()