Skip to content

Commit

Permalink
Merge pull request spec-first#347 from rafaelcaricio/fix-build-line
Browse files Browse the repository at this point in the history
Add blank line to pass flake8 check
  • Loading branch information
rafaelcaricio committed Nov 16, 2016
2 parents fb3d237 + fa4604d commit fbcaf38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ def read_version(package):
if line.startswith('__version__ = '):
return line.split()[-1].strip().strip("'")


version = read_version('connexion')

py_major_minor_version = tuple(int(v.rstrip('+')) for v in platform.python_version_tuple()[:2])
Expand Down

0 comments on commit fbcaf38

Please sign in to comment.