Skip to content

Commit

Permalink
Reformatted per new black version
Browse files Browse the repository at this point in the history
  • Loading branch information
tekktrik committed Mar 29, 2022
1 parent d99ede6 commit 356dd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_ltr390.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def uvi(self):
/ (
(Gain.factor[self.gain] / 18)
* (2 ** Resolution.factor[self.resolution])
/ (2 ** 20)
/ (2**20)
* 2300
)
* self._window_factor
Expand Down

0 comments on commit 356dd35

Please sign in to comment.