Skip to content

Commit 6f70140

Browse files
committed
black format
1 parent 3fc9010 commit 6f70140

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

adafruit_as7341.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ class AS7341: # pylint:disable=too-many-instance-attributes
200200
"""Library for the AS7341 Sensor
201201
202202
203-
:param ~busio.I2C i2c_bus: The I2C bus the AS7341 is connected to.
204-
:param address: The I2C address of the sensor
203+
:param ~busio.I2C i2c_bus: The I2C bus the AS7341 is connected to.
204+
:param address: The I2C address of the sensor
205205
206206
"""
207207

@@ -583,8 +583,7 @@ def _set_smux(self, smux_addr, smux_out1, smux_out2):
583583

584584
@property
585585
def gain(self):
586-
"""The ADC gain multiplier. Must be a valid `adafruit_as7341.Gain`
587-
"""
586+
"""The ADC gain multiplier. Must be a valid `adafruit_as7341.Gain`"""
588587
return self._gain
589588

590589
@gain.setter

0 commit comments

Comments
 (0)