nearbeach / NearBeach

NearBeach is an open sourced project management tool, helping you keep track of your project. You can track requirements, projects and tasks

Home Page:https://nearbeach.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

(PYL-W0614) Unused import from wildcard import found

robotichead opened this issue · comments

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 3336 occurrences of this issue in the repository.

See all occurrences on DeepSource → deepsource.io/gh/robotichead/NearBeach/issue/PYL-W0614/occurrences/

commented

Tip

Remove the wild card, and explicit state what models/forms are being utilised in that view component.

commented

Yes please :) Any help will be greatly appreciated.

@robotichead Please review this PR.