Skip to content

Remove local imports of warn

Dominic Kempf requested to merge feature/remove-harmful-local-imports into master

There is a module-level import of warn. If you actually trigger a warning with the current state you, get an UnboundLocalError because you reference warn before assignment...

Merge request reports