Skip to content

Commit f01ae6b

Browse files
Pep8 fix
1 parent 6aa22bc commit f01ae6b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

coreapi/compat.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ def is_file(obj):
2929
def is_file(obj):
3030
return isinstance(obj, IOBase)
3131

32+
3233
def force_bytes(string):
3334
if isinstance(string, string_types):
3435
return string.encode('utf-8')

0 commit comments

Comments
 (0)