Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f4ec1ef

Browse files
committed
Merge pull request matplotlib#2757 from iMichka/v1.3.x
Added missing warnings import
2 parents 45f5c45 + 9693a45 commit f4ec1ef

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)