We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2119f7 commit d17776dCopy full SHA for d17776d
markdown.py
@@ -141,9 +141,7 @@ def generate_markdown_content(
141
"""
142
content = "# Contributors\n\n"
143
if start_date and end_date:
144
- content += (
145
- f"- Date range for contributor list: {start_date} to {end_date}\n"
146
- )
+ content += f"- Date range for contributor list: {start_date} to {end_date}\n"
147
if organization:
148
content += f"- Organization: {organization}\n"
149
if repository:
0 commit comments