提交 f0febab1 编写于 作者: S sjtubinlong

fix coding style

上级 ccea568d
...@@ -280,7 +280,7 @@ def predict_camera(seg): ...@@ -280,7 +280,7 @@ def predict_camera(seg):
cap.release() cap.release()
def main(argv): def main(args):
""" """
Entrypoint of the script Entrypoint of the script
""" """
...@@ -304,5 +304,5 @@ def main(argv): ...@@ -304,5 +304,5 @@ def main(argv):
if __name__ == "__main__": if __name__ == "__main__":
argv = parse_args() args = parse_args()
main(argv) main(args)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册