Fixed all ruff issues

This commit is contained in:
2025-12-07 05:59:53 +01:00
parent a21121d025
commit 0c48640412
13 changed files with 29 additions and 30 deletions

View File

@@ -85,7 +85,7 @@ class TestImdbIdEdgeCases:
id2 = ImdbId("tt1234567")
# Should be usable in set
s = {id1, id2}
_s = {id1, id2} # Test hashability
# Depending on implementation, might be 1 or 2 items