Fixed all ruff issues
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user