-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle cells magics + tidy-imports on notebook (#308)
This PR does the following - 1. Ignore the cells which have magic commands 2. Removing new-lines created by when imports are extracted 3. Apply import formatting to the final extracted imports (cherry picked from commit d56dde1)
- Loading branch information
Shiva Shankar Dhamodharan
committed
Feb 20, 2024
1 parent
efec623
commit 170622d
Showing
2 changed files
with
22 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ | |
|
||
|
||
|
||
__version__ = '1.8.6.post3+importfix' | ||
__version__ = '1.8.6.post4+importfix' |