[import] Add underscore before imported modules
Import modules with an underscore in front of their names. For example import numpy as _np. This is to address the namespace getting to full.
This diff is collapsed.
Please register or sign in to comment