Skip to content

Commit

Permalink
Remove bogus comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmsoft-tuxicoman committed Aug 11, 2024
1 parent cf1a757 commit c0d71fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mqtt_io/modules/sensor/veml6075.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def get_value(self, sens_conf: ConfigType) -> SensorValueType:
"""
Get the UV index from the sensor
"""
# Setup and turn on the sensor

# Fetch the values
uva, uvb = self.sensor.get_measurements()
Expand Down

0 comments on commit c0d71fd

Please sign in to comment.