Skip to content

Commit

Permalink
move pylint annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjiU committed Oct 6, 2024
1 parent 08defeb commit b35d049
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions mqtt_io/modules/sensor/as3935.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
"""
AS3935 Ligntning Sensor
"""
# pylint: disable=line-too-long
# pylint: disable=too-many-branches
# pylint: disable=too-many-statements
"""
Example configuration:
sensor_modules:
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 b35d049

Please sign in to comment.