Feature: 添加遗漏的类型标注 (#2856)

This commit is contained in:
Ju4tCode
2024-08-06 14:19:17 +08:00
committed by GitHub
parent 976c1cd8e0
commit c97a780645
5 changed files with 36 additions and 36 deletions

View File

@ -574,7 +574,7 @@ async def test_default(app: App):
async def test_priority():
from plugins.param.priority import complex_priority
dependent = Dependent.parse(
dependent = Dependent[None].parse(
call=complex_priority,
allow_types=[
DependParam,