Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix import styling in all python code #181

Open
nashirj opened this issue Feb 24, 2022 · 0 comments
Open

Fix import styling in all python code #181

nashirj opened this issue Feb 24, 2022 · 0 comments
Labels
AI/ML Team AI, CV General Software Team Game loop, web app, GUI, etc Low Priority Will be addressed later

Comments

@nashirj
Copy link
Member

nashirj commented Feb 24, 2022

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 to import x or from x import y (if y is a module).

@nashirj nashirj added AI/ML Team AI, CV General Software Team Game loop, web app, GUI, etc labels Feb 24, 2022
@nashirj nashirj added the Low Priority Will be addressed later label Apr 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI/ML Team AI, CV General Software Team Game loop, web app, GUI, etc Low Priority Will be addressed later
Projects
None yet
Development

No branches or pull requests

1 participant