Skip to content

Commit

Permalink
fix missing import
Browse files Browse the repository at this point in the history
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
  • Loading branch information
xadupre committed Jul 28, 2023
1 parent cdcee13 commit 33f4b6c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 132 deletions.
66 changes: 0 additions & 66 deletions .azure-pipelines/linux-CI-nightly.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .azure-pipelines/win32-CI-nightly.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/black-ruff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
- uses: psf/black@193ee766ca496871f93621d6b58d57a6564ff81b # stable 23.7.0
with:
options: "--diff --check"
src: "."
ruff-format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: chartboost/ruff-action@v1
- uses: chartboost/ruff-action@v1.0.0
1 change: 1 addition & 0 deletions onnxmltools/convert/xgboost/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: Apache-2.0

from . import operator_converters, shape_calculators
from .convert import convert

0 comments on commit 33f4b6c

Please sign in to comment.