Skip to content

Commit b90bec5

Browse files
committed
docs: type hint
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 0b6d14d commit b90bec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/model/tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def __eq__(self, other: object) -> bool:
260260
and self._components == other._components \
261261
and self._services == other._services
262262

263-
def __hash__(self):
263+
def __hash__(self) -> int:
264264
return hash((tuple(self._tools), tuple(self._components), tuple(self._services)))
265265

266266

0 commit comments

Comments
 (0)