We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a15c6 commit 13fd59dCopy full SHA for 13fd59d
onnx_diagnostic/helpers/log_helper.py
@@ -38,7 +38,7 @@ def __init__(
38
39
def __repr__(self) -> str:
40
"usual"
41
- return string_sig(self)
+ return string_sig(self) # type: ignore[arg-type]
42
43
44
class CubeLogs:
0 commit comments