Skip to content

Commit 0b16a80

Browse files
committed
flake8
1 parent a13db6b commit 0b16a80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env python
22

3-
from setuptools import setup
4-
53
from distutils.core import Extension
64

5+
from setuptools import setup
6+
77

88
setup(
99
name='getdents',
@@ -25,7 +25,7 @@
2525
packages=['getdents'],
2626
include_package_data=True,
2727
zip_safe=False,
28-
ext_modules = [
28+
ext_modules=[
2929
Extension('getdents._getdents', sources=['getdents/_getdents.c']),
3030
],
3131
setup_requires=['pytest-runner'],

0 commit comments

Comments
 (0)