Skip to content

Commit a1cbb44

Browse files
committed
setup.py: fix flake8
1 parent 862ef27 commit a1cbb44

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ def __setitem__(self, key, value):
9999
super(LazyBuildExtCommandClass, self).__setitem__(key, value)
100100

101101
def __getitem__(self, key):
102-
global include_dirs
103102
if key != 'build_ext':
104103
return super(LazyBuildExtCommandClass, self).__getitem__(key)
105104

0 commit comments

Comments
 (0)