matplotlib-venn
matplotlib-venn copied to clipboard
Make imports in tests implicit
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.)