Skip to content
Commit 3499b40f authored by Ondřej Borýsek's avatar Ondřej Borýsek
Browse files

Fix variable import: from x import y -> import x

"from x import y" is equivalent to  "import x; y = x.y"
This can cause problems with order import if later modified from different script.
parent 5ba1bb50
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment