Closed morgajel closed 10 years ago
10:56 < DasIch> morgajel: from foo import (bar, baz) works, you can then have newlines within the parens and break a from import over several lines
ended up using putting each on it's own line to make merging cleaner.
10:56 < DasIch> morgajel: from foo import (bar, baz) works, you can then have newlines within the parens and break a from import over several lines