Don't use "import" in string representation of objects
Open
- Dominant language
- Python
- Stars
- 1.4k
- Forks
- 316
- Avg merge
- 7h 44m
- Merged PRs (30d)
- 5
Description
We should not have "import" in this line:
https://github.com/enthought/mayavi/blob/61ef7c0eebbdca474b7cfdf6082bfc17fb5aaf59/tvtk/plugins/scene/ui/actions.py#L20-L23
instead we can simply have `'tvtk.plugins.scene.i_scene_manager.ISceneManager'`. I am unsure if this is a one-off occurrence or if there are many other instances of this across the code base.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.