Skip to content

Commit caf9521

Browse files
committed
Fixed whitespace formatting
1 parent 5f02785 commit caf9521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_binascii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class Error(Exception):
6767
# pylint: disable=function-redefined
6868
def unhexlify(hexstr: Union[str, ReadableBuffer]) -> bytes:
6969
"""Return the binary data represented by hexstr.
70-
70+
7171
:param str|ReadableBuffer hexstr: Hexadecimal string.
7272
"""
7373

0 commit comments

Comments
 (0)