Skip to content

Commit 0cb9ae7

Browse files
authored
Merge pull request #1 from standsi:TestBlack
code change reformatted with black
2 parents 1954111 + 6012169 commit 0cb9ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_veml7700.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def __init__(self, i2c_bus: I2C, address: int = 0x10) -> None:
196196
for _ in range(3):
197197
try:
198198
# Set lowest gain to keep from overflow on init if bright light
199-
self.light_gain=self.ALS_GAIN_1_8
199+
self.light_gain = self.ALS_GAIN_1_8
200200
#
201201
self.light_shutdown = False # Enable the ambient light sensor
202202
break

0 commit comments

Comments
 (0)