Skip to content

Commit f6b47a8

Browse files
Refresh dependency locks
Doesn't affect published artifacts, but bumps the versions used in CI.
1 parent 26ed931 commit f6b47a8

2 files changed

Lines changed: 699 additions & 470 deletions

File tree

pkcs11/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def get_key(
376376
pass
377377
# The caller expects a Key, but get_objects returns Object
378378
# This is a runtime assumption that the returned object is a Key
379-
return obj # type: ignore[return-value]
379+
return obj # type: ignore
380380

381381
def get_objects(self, attrs: dict[Attribute, Any] | None = None) -> Iterator[Object]:
382382
"""

0 commit comments

Comments
 (0)