Skip to content

Commit 9febf54

Browse files
committed
fix mypy (false-negative)
1 parent a886248 commit 9febf54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/async_api/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ async def check_call( # type: ignore # pylint: disable=invalid-overridden-meth
367367
open_stderr=open_stderr,
368368
**kwargs,
369369
)
370-
return self._handle_exit_code(
370+
return self._handle_exit_code( # type: ignore
371371
result=result,
372372
error_info=error_info,
373373
expected_codes=expected_codes,

0 commit comments

Comments
 (0)