Increase coverage #1405
Annotations
4 errors
|
Run Pyright
3 errors
|
|
Run Pyright:
tests/test_apps.py#L20
"exec_module" is not a known attribute of "None" (reportOptionalMemberAccess)
|
|
Run Pyright:
tests/test_apps.py#L20
"loader" is not a known attribute of "None" (reportOptionalMemberAccess)
|
|
Run Pyright:
tests/test_apps.py#L18
Argument of type "ModuleSpec | None" cannot be assigned to parameter "spec" of type "ModuleSpec" in function "module_from_spec"
Type "ModuleSpec | None" is not assignable to type "ModuleSpec"
"None" is not assignable to "ModuleSpec" (reportArgumentType)
|
Loading