Skip to content

Commit 01762cd

Browse files
author
James Gutu
committed
failing tests
1 parent 1b82b78 commit 01762cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/sanitize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from django.utils.encoding import DjangoUnicodeDecodeError, force_str as force_string
22

33

4-
def force_str(force_function, value):
4+
def force_str(value):
55
try:
66
return force_string(value)
77
except DjangoUnicodeDecodeError:

0 commit comments

Comments
 (0)