Skip to content

Commit db5f5e5

Browse files
committed
fix numpy pytest errors. don't put pylab in default namespace
This might not be the point of using pylab this way in a test however
1 parent 606907b commit db5f5e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_simplification.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import matplotlib.pyplot as plt
1010
import pytest
1111

12-
from pylab import *
12+
import pylab
1313
import numpy as np
1414
from matplotlib import patches, path, transforms
1515

0 commit comments

Comments
 (0)