Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2227748

Browse files
Alejandro Garcíatacaswell
authored andcommitted
Remove even more stray changes
1 parent 16adba8 commit 2227748

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/matplotlib/backends/backend_webagg_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
# application, implemented with tornado.
1212

1313
import datetime
14+
from io import BytesIO, StringIO
1415
import json
1516
import logging
1617
import os
17-
from io import BytesIO, StringIO
1818
from pathlib import Path
1919

2020
import numpy as np
21-
import tornado
2221
from PIL import Image
22+
import tornado
2323

2424
from matplotlib import _api, backend_bases
25-
from matplotlib.backend_bases import _Backend
2625
from matplotlib.backends import backend_agg
26+
from matplotlib.backend_bases import _Backend
2727

2828
_log = logging.getLogger(__name__)
2929

0 commit comments

Comments
 (0)