Skip to content

Commit 6990115

Browse files
committed
MNT: Update matplotlib import in conftest
For some reason pyplot needs to be imported explicitly. Easy enough just to fix.
1 parent b4e09a2 commit 6990115

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"""Configure pytest for metpy."""
55

66
import matplotlib
7+
import matplotlib.pyplot
78
import numpy
89
import pint
910
import pytest

0 commit comments

Comments
 (0)