Skip to content

Commit b09a4bf

Browse files
committed
Bug fixes
1 parent 45c53b3 commit b09a4bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygorithm/binary/binary_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"""
55

66

7-
def pad(value, return_type):
7+
def pad(value, return_type=str):
88
'''
99
Pad binary value with zeros
1010
:param value: string

0 commit comments

Comments
 (0)