Skip to content

Commit 12fb5c6

Browse files
committed
Fix a couple of format issues
Black flagged some lines with extra spaces
1 parent c135baf commit 12fb5c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adafruit_vcnl4010.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,14 @@ def frequency(self):
208208
"""
209209
Proximity modulator timimg. This is the frequency of the IR square
210210
wave used for the proximity measurement.
211-
212-
Must be a value of:
211+
212+
Must be a value of:
213213
214214
- FREQUENCY_3M125: 3.125 Mhz
215215
- FREQUENCY_1M5625: 1.5625 Mhz
216216
- FREQUENCY_781K25: 781.25 Khz
217217
- FREQUENCY_390K625: 390.625 Khz (default)
218-
218+
219219
The datasheet recommended leaving this at the default.
220220
"""
221221
return (self._read_u8(_VCNL4010_MODTIMING) >> 3) & 0x03

0 commit comments

Comments
 (0)