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 0b6d14d commit b90bec5Copy full SHA for b90bec5
cyclonedx/model/tool.py
@@ -260,7 +260,7 @@ def __eq__(self, other: object) -> bool:
260
and self._components == other._components \
261
and self._services == other._services
262
263
- def __hash__(self):
+ def __hash__(self) -> int:
264
return hash((tuple(self._tools), tuple(self._components), tuple(self._services)))
265
266
0 commit comments