Skip to content

Commit 8f2f24e

Browse files
committed
black formatting
1 parent 1e44b67 commit 8f2f24e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_veml7700.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ def __init__(self, i2c_bus, address=0x10):
195195
else:
196196
raise RuntimeError("Unable to enable VEML7700 device")
197197

198-
199198
def integration_time_value(self):
200199
"""Integration time value in integer form. Used for calculating ``resolution``."""
201200
integration_time = self.light_integration_time

0 commit comments

Comments
 (0)