Skip to content

remove from X import * style statement from *.py files #43

@ilaflott

Description

@ilaflott

generally, from X import * gets used as a crutch in various points in this repository.

a developer should remove those statements and replace them with the minimal applicable set of from X import A, B, C, ... that results in the success of the unit-test steps in the pipeline.

the overall point is to reduce namespace pollution for future development pushes.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions