Skip to content

Commit 356dd35

Browse files
committed
Reformatted per new black version
1 parent d99ede6 commit 356dd35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ltr390.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def uvi(self):
406406
/ (
407407
(Gain.factor[self.gain] / 18)
408408
* (2 ** Resolution.factor[self.resolution])
409-
/ (2 ** 20)
409+
/ (2**20)
410410
* 2300
411411
)
412412
* self._window_factor

0 commit comments

Comments
 (0)