Fix import styling in all python code #181
Labels
AI/ML Team
AI, CV
General Software Team
Game loop, web app, GUI, etc
Low Priority
Will be addressed later
The style guide says we should not import classes or functions, we should import modules or packages. So we need to change from all the
from x import Class
toimport x
orfrom x import y
(ify
is a module).The text was updated successfully, but these errors were encountered: