fingon/starless

rewritten import line does not contain spaces

Closed this issue · 1 comments

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

Awesome, thanks!