Skip to content

Commit 752f65c

Browse files
committed
🚨 remove unused noqa
1 parent b38f39d commit 752f65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎scipy-stubs/cluster/hierarchy.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class _DendrogramResult(TypedDict):
7373
class ClusterWarning(UserWarning): ...
7474

7575
# NOTE: this can't be made generic, because mypy doesn't support cyclical generic types (classic mypy...)
76-
class ClusterNode: # noqa: PLW1641
76+
class ClusterNode:
7777
id: Final[int]
7878
left: Final[ClusterNode | None]
7979
right: Final[ClusterNode | None]

0 commit comments

Comments
 (0)