Skip to content

Commit

Permalink
Fix doc header for as3935.py module (#410)
Browse files Browse the repository at this point in the history
* Fix doc header for as3935.py module
* move pylint annotation
  • Loading branch information
BenjiU authored Oct 17, 2024
1 parent fc19f77 commit 1e6c466
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions mqtt_io/modules/sensor/as3935.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
# pylint: disable=line-too-long
# pylint: disable=too-many-branches
# pylint: disable=too-many-statements
"""
AS3935 Ligntning Sensor
Example configuration:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e6c466

Please sign in to comment.