8000 Remove unused variable · python/blurb@7cb5abb · GitHub
[go: up one dir, main page]

Skip to content

Commit 7cb5abb

Browse files
committed
Remove unused variable
1 parent 156988c commit 7cb5abb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/blurb/blurb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ def unsanitize_section(section):
139139
return _unsanitize_section.get(section, section)
140140

141141
def next_filename_unsanitize_sections(filename):
142-
s = filename
143142
for key, value in _unsanitize_section.items():
144143
for separator in "/\\":
145144
key = f"{separator}{key}{separator}"

0 commit comments

Comments
 (0)
0