Skip to content

Commit 650a5b1

Browse files
committed
TYP: mypy progress
1 parent d7ca92e commit 650a5b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/array_api_extra/_lib/_utils/_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def persistent_id(
407407
self, obj: object
408408
) -> Literal[0, 1, None]: # numpydoc ignore=GL08
409409
if isinstance(obj, cls):
410-
instances.append(obj) # type: ignore[arg-type]
410+
instances.append(obj)
411411
return 0
412412

413413
typ_ = type(obj)

0 commit comments

Comments
 (0)