Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
hugovk committed Jan 7, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 156988c commit 7cb5abb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/blurb/blurb.py
Original file line number Diff line number Diff line change
@@ -139,7 +139,6 @@ def unsanitize_section(section):
return _unsanitize_section.get(section, section)

def next_filename_unsanitize_sections(filename):
s = filename
for key, value in _unsanitize_section.items():
for separator in "/\\":
key = f"{separator}{key}{separator}"

0 comments on commit 7cb5abb

Please sign in to comment.