Fix module type hint #8778
Annotations
2 errors and 1 warning
Python tests C++11:
tests/test_modules.py#L85
test_module_handle_type_name
AssertionError: assert 'def_submodul....ModuleType\n' == 'def_submodul....ModuleType\n'
- def_submodule(arg0: module, arg1: str) -> types.ModuleType
? ^
+ def_submodule(arg0: types.ModuleType, arg1: str) -> types.ModuleType
? ^^^^^^^ ++++
|
Python tests C++11
Process completed with exit code 2.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading