Skip to content
This repository was archived by the owner on Jan 1, 2026. It is now read-only.

Commit de5546a

Browse files
committed
Fix type hint format.
1 parent 2c39a23 commit de5546a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cppcheck_junit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def __init__(self,
2424
error_id, # type: str
2525
verbose # type: str
2626
):
27-
# type: () -> CppcheckError
27+
# type: (...) -> CppcheckError
2828
"""Constructor.
2929
3030
Args:

0 commit comments

Comments
 (0)