Skip to content

Commit eeddc8c

Browse files
committed
run pre-commit black format
1 parent d12f2a1 commit eeddc8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

adafruit_ms8607.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class MS8607:
119119
"""Library for the MS8607 Pressure Temperature and Humidity Sensor
120120
121121
122-
:param ~busio.I2C i2c_bus: The I2C bus the MS8607 is connected to.
122+
:param ~busio.I2C i2c_bus: The I2C bus the MS8607 is connected to.
123123
124124
"""
125125

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@
3434
# Author details
3535
author="Adafruit Industries",
3636
author_email="circuitpython@adafruit.com",
37-
install_requires=["Adafruit-Blinka", "adafruit-circuitpython-busdevice",],
37+
install_requires=[
38+
"Adafruit-Blinka",
39+
"adafruit-circuitpython-busdevice",
40+
],
3841
# Choose your license
3942
license="MIT",
4043
# See https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)