(PYL-W0614) Unused import from wildcard import found
Closed this issue · 0 comments
Midnight1938 commented
Description
In a wildcard import, all public names defined in the module are imported. It is advised to explicitly import the values needed or modify the module being imported from and define all to restrict the names to be imported.
Occurrences
There are 124 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/Midnight1938/Library-Management-System/issue/PYL-W0614/occurrences/