提交 11b3aeda 编写于 作者: W wangjiawei04

fix codestyle

上级 aaa34906
......@@ -23,7 +23,7 @@ info_content = open(info_py, 'r').readlines()
version_line = [
l.strip() for l in info_content if l.startswith('__version__')
][0]
exec(version_line) # produce __version__
exec (version_line) # produce __version__
setuptools.setup(
name="paddle-gpu-serving",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册