AnswerDotAI / AnswerDotAI/nbdev

Add option to expand wildcard imports

Open
#656 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Jupyter Notebook
Stars
5.3k
Forks
513
Avg merge
2d 30m
Merged PRs (30d)
8

Description

E.g

from foo import *

...would be optionally exported to:

from foo import a,b

...if `a` and `b` were used in that module.

There's something a bit similar here we could borrow ideas from: https://github.com/fake-name/autoflake/blob/master/autostar.py

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.