Merging koala's Randomizer work for 0.4.0 #113
Annotations
5 errors
Dolphin scripts/Entrance Randomizer/lib/entrance_rando.py#L381
Argument of type "Transition | None" cannot be assigned to parameter "value" of type "Transition" in function "__setitem__"
Type "Transition | None" is incompatible with type "Transition"
"None" is incompatible with "Transition" (reportArgumentType)
|
Dolphin scripts/Entrance Randomizer/lib/entrance_rando.py#L382
Argument of type "Transition | None" cannot be assigned to parameter "value" of type "Transition" in function "remove"
Type "Transition | None" is incompatible with type "Transition"
"None" is incompatible with "Transition" (reportArgumentType)
|
Dolphin scripts/Entrance Randomizer/lib/entrance_rando.py#L385
Argument of type "Transition | None" cannot be assigned to parameter "value" of type "Transition" in function "__setitem__"
Type "Transition | None" is incompatible with type "Transition"
"None" is incompatible with "Transition" (reportArgumentType)
|
Dolphin scripts/Entrance Randomizer/lib/entrance_rando.py#L386
Argument of type "Transition | None" cannot be assigned to parameter "value" of type "Transition" in function "remove"
Type "Transition | None" is incompatible with type "Transition"
"None" is incompatible with "Transition" (reportArgumentType)
|
|
This job failed
Loading