matplotlib-venn icon indicating copy to clipboard operation
matplotlib-venn copied to clipboard

Make imports in tests implicit

Open QuLogic opened this issue 3 years ago • 0 comments

Not only has pylab been discouraged for a long long time, but using explicit API means there's no need to avoid deprecation warnings (which means you won't miss other deprecation warnings, such as the one saying the import you're using to ignore deprecation warnings was itself deprecated.)

The latter part fixes tests on Matplotlib 3.6 (where the deprecation was expired.)

QuLogic avatar Aug 21 '22 00:08 QuLogic