File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/nonebot_plugin_alconna Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,13 +103,13 @@ def AlconnaDuplication() -> Duplication: ...
103103
104104
105105@overload
106- def AlconnaDuplication (__t : type [T_Duplication ]) -> T_Duplication : ...
106+ def AlconnaDuplication (_t : type [T_Duplication ]) -> T_Duplication : ...
107107
108108
109- def AlconnaDuplication (__t : Optional [type [T_Duplication ]] = None ) -> Duplication :
109+ def AlconnaDuplication (_t : Optional [type [T_Duplication ]] = None ) -> Duplication :
110110 def _alconna_match (state : T_State ) -> Duplication :
111111 res = _alconna_result (state )
112- gt = __t or generate_duplication (res .source )
112+ gt = _t or generate_duplication (res .source )
113113 return gt (res .result )
114114
115115 return Depends (_alconna_match , use_cache = False )
You can’t perform that action at this time.
0 commit comments