Skip to content

Commit

Permalink
TST fix flake8 local variable error
Browse files Browse the repository at this point in the history
  • Loading branch information
ksindi committed Jan 5, 2017
1 parent 21254dd commit e4d69f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -16,7 +16,7 @@ def finalize_options(self):
_build_ext.finalize_options(self)
try:
__builtins__.__NUMPY_SETUP__ = False
except AttributeError as e:
except AttributeError:
pass
import numpy as np
self.include_dirs.append(np.get_include())
Expand Down

0 comments on commit e4d69f1

Please sign in to comment.