8000 Added missing warnings import · matplotlib/matplotlib@9693a45 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9693a45

Browse files
committed
Added missing warnings import
There is a warnings call around line 732, but as warnings is not imported, this fails.
1 parent 45f5c45 commit 9693a45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setupext.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import re
1111
import subprocess
1212
import sys
13+
import warnings
1314
from textwrap import fill
1415

1516

0 commit comments

Comments
 (0)
0