Skip to content

Commit

Permalink
Fix Black lint
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Jan 5, 2024
1 parent 7e5687a commit 0193bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/multiqc_mappings_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@
rename = []
for line in fin:
rename.append(f" - [{', '.join(line.strip().split(','))}]")
fout.write(config + '\n'.join(sorted(rename)) + '\n')
fout.write(config + "\n".join(sorted(rename)) + "\n")

0 comments on commit 0193bce

Please sign in to comment.