Skip to content

Commit d17776d

Browse files
committed
fix: black formatting
Signed-off-by: Zack Koppert <[email protected]>
1 parent a2119f7 commit d17776d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

markdown.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,9 +141,7 @@ def generate_markdown_content(
141141
"""
142142
content = "# Contributors\n\n"
143143
if start_date and end_date:
144-
content += (
145-
f"- Date range for contributor list: {start_date} to {end_date}\n"
146-
)
144+
content += f"- Date range for contributor list: {start_date} to {end_date}\n"
147145
if organization:
148146
content += f"- Organization: {organization}\n"
149147
if repository:

0 commit comments

Comments
 (0)