Skip to content

Commit eb4b21e

Browse files
authored
Merge pull request adafruit#57 from phil-shenk/issue56
removed comma on line 113 in i2c_device.py
2 parents 856b91f + ca4e9dd commit eb4b21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_bus_device/i2c_device.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def write_then_readinto(
110110
out_start=0,
111111
out_end=None,
112112
in_start=0,
113-
in_end=None,
113+
in_end=None
114114
):
115115
"""
116116
Write the bytes from ``out_buffer`` to the device, then immediately

0 commit comments

Comments
 (0)