From 1e6c466c9a2bfb5a1543d06283e35b88cc7a1dd4 Mon Sep 17 00:00:00 2001 From: Benji <46675043+BenjiU@users.noreply.github.com> Date: Thu, 17 Oct 2024 21:16:31 +0200 Subject: [PATCH] Fix doc header for as3935.py module (#410) * Fix doc header for as3935.py module * move pylint annotation --- mqtt_io/modules/sensor/as3935.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mqtt_io/modules/sensor/as3935.py b/mqtt_io/modules/sensor/as3935.py index d240c2c9..bc4dfbde 100644 --- a/mqtt_io/modules/sensor/as3935.py +++ b/mqtt_io/modules/sensor/as3935.py @@ -1,8 +1,4 @@ -# pylint: disable=line-too-long -# pylint: disable=too-many-branches -# pylint: disable=too-many-statements """ - AS3935 Ligntning Sensor Example configuration: @@ -75,6 +71,9 @@ number: number of lightning events since start """ +# pylint: disable=line-too-long +# pylint: disable=too-many-branches +# pylint: disable=too-many-statements import logging from typing import Dict