Skip to content

Commit 13fd59d

Browse files
committed
sig
1 parent 90a15c6 commit 13fd59d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnx_diagnostic/helpers/log_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def __init__(
3838

3939
def __repr__(self) -> str:
4040
"usual"
41-
return string_sig(self)
41+
return string_sig(self) # type: ignore[arg-type]
4242

4343

4444
class CubeLogs:

0 commit comments

Comments
 (0)