##// END OF EJS Templates
print_figure return base64 str instead of bytes...
print_figure return base64 str instead of bytes sending bytes relies on serializer's `default` functionality, where we can just send the right thing here this used to be ambiguous on Python 2, but not anymore

File last commit:

r25705:ad14ee33
r26812:4a2e85fa
Show More
mypy.ini
4 lines | 82 B | text/x-ini | IniLexer
[mypy]
python_version = 3.6
ignore_missing_imports = True
follow_imports = silent