Skip to content

Commit 267e784

Browse files
committed
black
1 parent 8ff7f8f commit 267e784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: setup_common.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,6 @@ def create_release_file(metadata):
3232
__author__ = "%(author)s <%(author_email)s>"
3333
version_info = %(version_info)s
3434
__version__ = "%(version)s"
35-
""" % metadata
35+
"""
36+
% metadata
3637
)

0 commit comments

Comments
 (0)