Skip to content

Commit eb2dcf8

Browse files
James Gututim-schilling
authored andcommitted
failing tests
1 parent 85b93f4 commit eb2dcf8

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)