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

Cleanup unused imports, sort other imports #171

Merged
merged 4 commits into from
Apr 24, 2023

Conversation

machallboyd
Copy link
Contributor

This is the bog-standard PyCharm "Optimize Imports" which removes unused imports and also sorts imports to the standard stdlib-thirdparty-local grouping

Copy link
Collaborator

@robfitzgerald robfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

beautiful. 💐 found a straggler from another branch but otherwise great, thanks JetBrains!

@@ -0,0 +1,15 @@
# from nrel.hive.model.sim_time import SimTime
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this change snuck in from another branch?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, let me revert this file

@robfitzgerald
Copy link
Collaborator

@jhoshiko @nreinicke this looks good to me but it's a repo-wide change that will impact pycon sprint participants, so i'll leave it to you to pick the timing for it.

@nreinicke nreinicke merged commit e725abd into NREL:main Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants