curses-menu icon indicating copy to clipboard operation
curses-menu copied to clipboard

Pylint alerts corrections as part of intervention experiment: removing wildcard-import in examples\issues\issue37.py

Open evidencebp opened this issue 4 months ago • 0 comments

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.

evidencebp avatar Oct 15 '24 12:10 evidencebp