Skip to content

Commit 6581fab

Browse files
committed
sphinx update white space
1 parent 68d65a3 commit 6581fab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

adafruit_am2320.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
* Adafruit CircuitPython firmware for the ESP8622 and M0-based boards:
4040
https://github.com/adafruit/circuitpython/releases
4141
* Adafruit's Bus Device library: https://github.com/adafruit/Adafruit_CircuitPython_BusDevice
42+
4243
"""
4344

4445
# imports
@@ -81,6 +82,7 @@ class AM2320:
8182
8283
:param i2c_bus: The `busio.I2C` object to use. This is the only required parameter.
8384
:param int address: (optional) The I2C address of the device.
85+
8486
"""
8587
def __init__(self, i2c_bus, address=AM2320_DEFAULT_ADDR):
8688
self._i2c = I2CDevice(i2c_bus, address)

0 commit comments

Comments
 (0)