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

Skip to content

Commit c124315

Browse files
committed
Break linting
1 parent c580370 commit c124315

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

lib/matplotlib/pyplot.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -103,15 +103,7 @@
103103
from matplotlib.backend_bases import Event
104104
from matplotlib.cm import ScalarMappable
105105
from matplotlib.contour import ContourSet, QuadContourSet
106-
from matplotlib.collections import (
107-
Collection,
108-
FillBetweenPolyCollection,
109-
LineCollection,
110-
PolyCollection,
111-
PathCollection,
112-
EventCollection,
113-
QuadMesh,
114-
)
106+
from matplotlib.collections import (Collection, FillBetweenPolyCollection, LineCollection, PolyCollection, PathCollection, EventCollection, QuadMesh)
115107
from matplotlib.colorbar import Colorbar
116108
from matplotlib.container import (
117109
BarContainer,

0 commit comments

Comments
 (0)