Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed May 19, 2020
1 parent 6d09dd4 commit 54fe303
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Expand Up @@ -80,6 +80,12 @@ jobs:
pip install git+https://github.com/xadupre/onnxconverter-common.git@jenkins --upgrade
pip install git+https://github.com/xadupre/sklearn-onnx.git@jenkins --upgrade
- run:
name: pip freeze
command: |
. venv/bin/activate
pip freeze
- run:
name: compile and build
command: |
Expand Down
2 changes: 1 addition & 1 deletion mlprodict/onnxrt/doc/doc_write_helper.py
Expand Up @@ -108,7 +108,7 @@ def enumerate_visual_onnx_representation_into_rst(sub, fLOG=noLOG):
"problem='{}'".format(problem),
model.__class__.__name__, "", "---------",
rst_templ]
res = "::\n\n" + textwrap.indent("\n".join(rows), " ")
res = "::\n\n" + indent("\n".join(rows), " ")
yield res


Expand Down

0 comments on commit 54fe303

Please sign in to comment.