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

+1
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)