Conversation
| category_mapper.SetInputDataObject( | ||
| category_filter.GetOutputDataObject(0) | ||
| ) | ||
| category_actor = vtkActor() |
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Name "vtkActor" is not defined [name-defined]
| @@ -0,0 +1,54 @@ | |||
| import os | |||
| from wslink import register as exportRpc | |||
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| import os | ||
|
|
||
| # Third party imports | ||
| from wslink import register as exportRpc |
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| @@ -0,0 +1,52 @@ | |||
| import os | |||
| from wslink import register as exportRpc | |||
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| import os | ||
|
|
||
| # Third party imports | ||
| from wslink import register as exportRpc |
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| @@ -0,0 +1,53 @@ | |||
| import os | |||
| from wslink import register as exportRpc | |||
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| @@ -0,0 +1,53 @@ | |||
| import os | |||
| from wslink import register as exportRpc | |||
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
| import os | ||
|
|
||
| # Third party imports | ||
| from wslink import register as exportRpc |
There was a problem hiding this comment.
🚫 [mypy] reported by reviewdog 🐶
Skipping analyzing "wslink": module is installed, but missing library stubs or py.typed marker [import-untyped]
No description provided.