chore: clear the lint in the files this branch touches

Unused imports, duplicated import lines, and bare excepts that swallowed
KeyboardInterrupt along with everything else.
This commit is contained in:
2026-08-15 22:01:04 -04:00
parent e967019964
commit ff75f2c758
7 changed files with 7 additions and 27 deletions
-1
View File
@@ -61,7 +61,6 @@ class TestNormalizeTitle:
assert normalize_title(title) == title.casefold()
class TestNormalizeAuthor:
"""One person, written down several ways."""