Skip to content

Commit baba1fa

Browse files
committed
Fix linting issues.
1 parent 1b9afd7 commit baba1fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ def long_description():
9292
sys.argv.remove(FLAG_COVERAGE)
9393
print('enable: "linetrace" Cython compiler directive')
9494

95+
9596
def numpy_build_ext(pars):
9697
from setuptools.command.build_ext import build_ext as _build_ext
9798

@@ -104,6 +105,7 @@ def finalize_options(self):
104105

105106
return build_ext(pars)
106107

108+
107109
udunits_ext = Extension('cf_units._udunits2',
108110
['cf_units/_udunits2.{}'.format(ext)],
109111
include_dirs=include_dirs,

0 commit comments

Comments
 (0)