Skip to content

Commit

Permalink
🚨 remove unused noqa
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 9, 2025
1 parent b38f39d commit 752f65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scipy-stubs/cluster/hierarchy.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class _DendrogramResult(TypedDict):
class ClusterWarning(UserWarning): ...

# NOTE: this can't be made generic, because mypy doesn't support cyclical generic types (classic mypy...)
class ClusterNode: # noqa: PLW1641
class ClusterNode:
id: Final[int]
left: Final[ClusterNode | None]
right: Final[ClusterNode | None]
Expand Down

0 comments on commit 752f65c

Please sign in to comment.