Skip to content

Commit

Permalink
Fix all reportInvalidTypeForm
Browse files Browse the repository at this point in the history
  • Loading branch information
Avasam committed Nov 7, 2024
1 parent 7e9bfa9 commit 5ef1f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ reportAttributeAccessIssue = "none" # TODO
reportFunctionMemberAccess = "none" # TODO
reportGeneralTypeIssues = "none" # TODO
reportInvalidTypeArguments = "none" # TODO
reportInvalidTypeForm = "none" # TODO
reportMissingImports = "none" # TODO
reportUndefinedVariable = "none" # TODO
reportUnusedVariable = "none" # TODO
Expand Down
2 changes: 1 addition & 1 deletion stubs/vispy/scene/visuals.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ from ..scene.node import Node
from ..visuals.filters import Alpha, PickingFilter
from .node import Node

_T = ...
_T = TypeVar("_T")

class VisualNode(Node):
_next_id: int = ...
Expand Down

0 comments on commit 5ef1f9a

Please sign in to comment.