Skip to content

Commit 54db4a6

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7b2314b commit 54db4a6

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
@@ -156,10 +156,10 @@ def parse_requirements(filename):
156156
version = pkg_resources.get_distribution(dist).version
157157
except pkg_resources.DistributionNotFound:
158158
version = "n/a"
159-
print(" %s: %s" % (dist, version))
159+
print(" {}: {}".format(dist, version))
160160
for key in ["PEP517_BUILD_BACKEND"]:
161161
if key in os.environ:
162-
print(" %s=%s" % (key, os.environ[key]))
162+
print(" {}={}".format(key, os.environ[key]))
163163
print(
164164
"""\
165165
=============================DEBUG ASSISTANCE=============================

0 commit comments

Comments
 (0)