Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16adba8 commit 2227748Copy full SHA for 2227748
1 file changed
lib/matplotlib/backends/backend_webagg_core.py
@@ -11,19 +11,19 @@
11
# application, implemented with tornado.
12
13
import datetime
14
+from io import BytesIO, StringIO
15
import json
16
import logging
17
import os
-from io import BytesIO, StringIO
18
from pathlib import Path
19
20
import numpy as np
21
-import tornado
22
from PIL import Image
+import tornado
23
24
from matplotlib import _api, backend_bases
25
-from matplotlib.backend_bases import _Backend
26
from matplotlib.backends import backend_agg
+from matplotlib.backend_bases import _Backend
27
28
_log = logging.getLogger(__name__)
29
0 commit comments