This repository was archived by the owner on Apr 14, 2022. It is now read-only.
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
provide style option on "add import" #1715
Open
Description
right now, add import (#1656) has one fixed style when invoked for dotted name
ex) from x import y
we might consider providing style options so that users can decide between
from x import y and import x.y