Skip to content

Commit 9f60ad5

Browse files
committed
Fix flake8 errors
1 parent 7afb380 commit 9f60ad5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

semver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def parse(version):
103103

104104
# Only change it for Python > 3 as it is readonly
105105
# for version 2
106-
if sys.version_info > (3,0):
106+
if sys.version_info > (3, 0):
107107
VersionInfo.__doc__ = """
108108
:param int major: version when you make incompatible API changes.
109109
:param int minor: version when you add functionality in

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def read_file(filename):
6969
with open(join(dirname(__file__), filename)) as f:
7070
return f.read()
7171

72+
7273
setup(
7374
name=package.__name__,
7475
version=package.__version__,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy