Skip to content

test: remove unused assert module imports

Rodrigo Muino Tomonari requested to merge github/fork/Trott/unused-assert into master

Many test modules load assert but do not use it. This change removes those instances.

It also removes a handful of other unused variables when they were nearby.

Merge request reports

Loading