rewritten import line does not contain spaces
Closed this issue · 1 comments
benmoran56 commented
Handy library!
One nitpick is that the import lines do not contain spaces. For example:
from modulename import thinga,thingb,thingc
rather than:
from modulename import thinga, thingb, thingc
benmoran56 commented
Awesome, thanks!