Skip to content

Commit

Permalink
Merge pull request #366 from gchq/bugfix/sonar-python
Browse files Browse the repository at this point in the history
Fix sonar bug
  • Loading branch information
JR40159 authored Mar 7, 2023
2 parents f2fc532 + 9e971fd commit f74f1d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@


class OnnxModel(BaseModel):
def __init__(self, path, providers=None):
def __init__(self, path):
import onnxruntime
import os
import numpy as np
Expand Down

0 comments on commit f74f1d9

Please sign in to comment.