Skip to content

Commit dce0272

Browse files
committed
Flake8
1 parent 657c11d commit dce0272

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
import os
55

66
from distutils.command.sdist import sdist
7-
import setuptools
87
from distutils.core import setup
98

9+
from numpydoc import __version__ as version
10+
1011
if sys.version_info[:2] < (2, 7) or (3, 0) <= sys.version_info[0:2] < (3, 4):
1112
raise RuntimeError("Python version 2.7 or >= 3.4 required.")
1213

13-
from numpydoc import __version__ as version
1414

1515
def read(fname):
1616
"""Utility function to get README.rst into long_description.

0 commit comments

Comments
 (0)