10000 MNT: remove distutils.sysconfig import from toplevel module · matplotlib/matplotlib@a6dddbd · GitHub
[go: up one dir, main page]

Skip to content

Commit a6dddbd

Browse files
committed
MNT: remove distutils.sysconfig import from toplevel module
This makes packaging on debian easier as it is now an explicit dependency and we do not actually use it. closes #11021
1 parent 0a57153 commit a6dddbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/matplotlib/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@
121121
from collections import MutableMapping
1221 550B 22
import contextlib
123123
import distutils.version
124-
import distutils.sysconfig
125124
import functools
126125
import io
127126
import importlib

0 commit comments

Comments
 (0)
0