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

Removing Unused Imports #698

Merged
merged 4 commits into from
Sep 9, 2022
Merged

Removing Unused Imports #698

merged 4 commits into from
Sep 9, 2022

Conversation

srivarra
Copy link
Contributor

@srivarra srivarra commented Sep 8, 2022

  • removed unused import statements
  • import sorting
  • isort

If you haven't already, please read through our contributing guidelines before opening your PR

What is the purpose of this PR?

Closes #677.

How did you implement your changes

Used autoflake, isort to remove unused import statements, and organize import statements.

Remaining issues

None ATM.

@srivarra srivarra added the enhancement New feature or request label Sep 8, 2022
@srivarra srivarra self-assigned this Sep 8, 2022
@srivarra srivarra marked this pull request as ready for review September 9, 2022 19:40
Copy link
Member

@ngreenwald ngreenwald left a comment

Choose a reason for hiding this comment

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

Wow this looks so much cleaner

@ngreenwald ngreenwald merged commit 8206d9d into main Sep 9, 2022
@ngreenwald ngreenwald deleted the cleanup_imports branch September 9, 2022 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove unused imports across Ark
2 participants