Skip to content

Commit 9296d63

Browse files
committed formatting changes from black
1 parent faaa227 commit 9296d63

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

adafruit_as7341.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@
113113
) # GPIO Settings and status: polarity, direction, sets output, reads
114114
_AS7341_ASTEP_L: int = const(0xCA) # Integration step size ow byte
115115
_AS7341_ASTEP_H: int = const(0xCB) # Integration step size high byte
116-
_AS7341_FD_TIME1: int = const(
117-
0xD8
118-
) # Flicker detection integration time low byte
116+
_AS7341_FD_TIME1: int = const(0xD8) # Flicker detection integration time low byte
119117
_AS7341_FD_TIME2: int = const(0xDA) # Flicker detection gain and high nibble
120118
_AS7341_FD_STATUS: int = const(
121119
0xDB

0 commit comments

Comments
 (0)