Skip to content

Commit 3cbdc91

Browse files
committed
Identified bug and added to TODO.md
1 parent 5c4359e commit 3cbdc91

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

TODO.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626

2727
## Patches
2828

29-
- [x] 🔴 Fixed module declaration within package contexts to properly create modules inside their parent packages rather than as standalone files.
29+
- [x] 🔴 Fix module declaration within package contexts to properly create modules inside their parent packages rather than as standalone files.
30+
31+
- [ ] 🔴 Fix cases where `from ... import ...` with `as` aliases are not properly parsed (basic example of which is `from matplotlib import pyplot as plt`; this only sometimes fails).
3032

3133
- [ ] 🟠 Add a "before and after" example to the docs
3234

0 commit comments

Comments
 (0)