Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Add autoflake formatting with duplicate import removal #178

Merged
merged 4 commits into from
Jun 23, 2023

Conversation

rbiseck3
Copy link
Contributor

Autoflake + duplicate import removal

Right now if the jupyter notebook cell containes an import that was already being added by the template, this would cause a linting error due to duplicate imports. This PR adds in autoflake to run unused import and variable removal as well as provide code to use for removing duplicate imports manually.

Copy link
Contributor

@MthwRobinson MthwRobinson left a comment

Choose a reason for hiding this comment

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

Looks good from my end!

@rbiseck3 rbiseck3 merged commit 6fb09cd into main Jun 23, 2023
@rbiseck3 rbiseck3 deleted the roman/add-autoflake branch June 23, 2023 17:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants