Skip to content

Commit bd86d87

Browse files
authored
fix: linting
Signed-off-by: Pavan Raga <pavan.raga98@gmail.com>
1 parent c1d83cf commit bd86d87

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

markdown.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,9 @@ def get_contributor_table(
191191
commit_urls += f"{url}, "
192192
new_contributor = collaborator.new_contributor
193193

194-
row = f"| {'' if not link_to_profile else '@'}{username} | {contribution_count} |"
194+
row = (
195+
f"| {'' if not link_to_profile else '@'}{username} | {contribution_count} |"
196+
)
195197
if "New Contributor" in columns:
196198
row += f" {new_contributor} |"
197199
if "Sponsor URL" in columns:

0 commit comments

Comments
 (0)