We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db8084 commit f836d57Copy full SHA for f836d57
1 file changed
memory_profiler.py
@@ -39,7 +39,7 @@
39
import __builtin__ as builtins
40
else:
41
import builtins
42
- def unicode(x): return str(x)
+ def unicode(x, *args): return str(x)
43
44
# .. get available packages ..
45
try:
0 commit comments