We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862ef27 commit a1cbb44Copy full SHA for a1cbb44
1 file changed
setup.py
@@ -99,7 +99,6 @@ def __setitem__(self, key, value):
99
super(LazyBuildExtCommandClass, self).__setitem__(key, value)
100
101
def __getitem__(self, key):
102
- global include_dirs
103
if key != 'build_ext':
104
return super(LazyBuildExtCommandClass, self).__getitem__(key)
105
0 commit comments