Nick Khitrov

Results 1 issues of Nick Khitrov

As I see rule `.are_named()` works only with full import statements Is it possible to add checking for `from import `? Example ```python from app.web import * # ERROR from...