Skip to content

Commit ade1890

Browse files
committed
fix lack of pytest import in test_transforms.py
1 parent fc4e025 commit ade1890

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/matplotlib/tests/test_transforms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import matplotlib.pyplot as plt
2222
import matplotlib.path as mpath
2323
import matplotlib.patches as mpatches
24+
import pytest
2425

2526

2627
@cleanup

0 commit comments

Comments
 (0)