提交 6d43a754 编写于 作者: R Radostin Stoyanov 提交者: Daniel P. Berrangé

apibuild: Split imports on separate lines

PEP8 recommends imports to be on separate lines. [1]

1: https://www.python.org/dev/peps/pep-0008/#importsReviewed-by: NDaniel P. Berrangé <berrange@redhat.com>
Signed-off-by: NRadostin Stoyanov <rstoyanov1@gmail.com>
上级 80559e48
......@@ -10,7 +10,8 @@
from __future__ import print_function
import os, sys
import os
import sys
import glob
import re
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册