We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eb6c21 commit 591af13Copy full SHA for 591af13
tests/test_parser.py
@@ -87,6 +87,8 @@ def test_image_name_hash(self, image_string, dictionary):
87
hash(image)
88
89
def test_image_name_repr(self, image_string, dictionary):
90
+ # so linter won't trip on unused argument
91
+ del dictionary
92
image = ImageName.parse(image_string)
93
repr(image)
94
0 commit comments