mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
🚨 auto fix by pre-commit hooks
This commit is contained in:
parent
c1368ab4ac
commit
b86f7324ce
@ -46,7 +46,7 @@ def _handle_config(plugin: Plugin, exists_module: list[str]):
|
|||||||
reg_config.value,
|
reg_config.value,
|
||||||
help=reg_config.help,
|
help=reg_config.help,
|
||||||
default_value=reg_config.default_value,
|
default_value=reg_config.default_value,
|
||||||
type=reg_config.type, # type: ignore
|
type=reg_config.type, # type: ignore
|
||||||
arg_parser=reg_config.arg_parser,
|
arg_parser=reg_config.arg_parser,
|
||||||
_override=False,
|
_override=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user