curses-menu
curses-menu copied to clipboard
Pylint alerts corrections as part of intervention experiment: removing wildcard-import in examples\issues\issue37.py
In general, wildcard imports should be avoided since the imported object are hidden. Actually, a working code might break due to adding object to the imported file, that will conflict with others.
Therefore I replaced the wildcard imports with the specific objects to import.