Skip to content

Commit 641ba14

Browse files
committed
Addressig black issues.
1 parent b9bd479 commit 641ba14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

adafruit_ads1x15/ads1x15.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@ def __init__(
7777
# pylint: disable=too-many-arguments
7878
self._last_pin_read = None
7979
self.buf = bytearray(3)
80-
self._gain:float
80+
self._gain: float
8181
self.gain = gain
8282
self._data_rate: int
8383
self.data_rate = self._data_rate_default() if data_rate is None else data_rate
84-
self._mode:int
84+
self._mode: int
8585
self.mode = mode
8686
self.i2c_device = I2CDevice(i2c, address)
8787

0 commit comments

Comments
 (0)