Skip to content

Commit fa2eee1

Browse files
authored
Merge pull request #495 from grlee77/setup_import_fix
BLD: add missing import of warnings module to setup.py
2 parents 692cd51 + fdb0f3d commit fa2eee1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import sys
66
import subprocess
77
import textwrap
8+
import warnings
89
from functools import partial
910
from distutils.sysconfig import get_python_inc
1011

0 commit comments

Comments
 (0)