Jianhao Mo
Results
1
comments of
Jianhao Mo
I got the same problem, and fix it as fellow, before I found this issue: ``` def visit_ImportFrom(self, node): self.newline(node) self.write('from %s%s import ' % ('.' * node.level, node.module)) for...