Skip to content

Commit 1e6c466

Browse files
authored
Fix doc header for as3935.py module (#410)
* Fix doc header for as3935.py module * move pylint annotation
1 parent fc19f77 commit 1e6c466

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mqtt_io/modules/sensor/as3935.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# pylint: disable=line-too-long
2-
# pylint: disable=too-many-branches
3-
# pylint: disable=too-many-statements
41
"""
5-
62
AS3935 Ligntning Sensor
73
84
Example configuration:
@@ -75,6 +71,9 @@
7571
number: number of lightning events since start
7672
7773
"""
74+
# pylint: disable=line-too-long
75+
# pylint: disable=too-many-branches
76+
# pylint: disable=too-many-statements
7877

7978
import logging
8079
from typing import Dict

0 commit comments

Comments
 (0)