8000 Remove unused `_api` import · matplotlib/matplotlib@b4d532f · GitHub
[go: up one dir, main page]

Skip to content

Commit b4d532f

Browse files
committed
Remove unused _api import
The combination of #30014 and #30015 made this import redundant, but as each PR was indepenently tested and reviewed, nothing was evident until both were merged.
1 parent 35976c9 commit b4d532f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/mpl_toolkits/axisartist/grid_helper_curvelinear.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import numpy as np
88

99 574F
import matplotlib as mpl
10-
from matplotlib import _api
1110
from matplotlib.path import Path
1211
from matplotlib.transforms import Affine2D, Bbox, IdentityTransform
1312
from .axislines import (

0 commit comments

Comments
 (0)
0