diff options
author | crupest <crupest@outlook.com> | 2022-11-19 13:17:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-11-19 13:17:18 +0800 |
commit | be8c3908b42dd3380a22565e40cd30bf87112c69 (patch) | |
tree | ceab4911f602a6bf0c4abfe9da1c4f2ec2893219 /tool/aio.py | |
parent | 046d57d3b23d2803eca6be1ccffaf12c2916d97d (diff) | |
download | crupest-be8c3908b42dd3380a22565e40cd30bf87112c69.tar.gz crupest-be8c3908b42dd3380a22565e40cd30bf87112c69.tar.bz2 crupest-be8c3908b42dd3380a22565e40cd30bf87112c69.zip |
Fuck py. v2.2
Diffstat (limited to 'tool/aio.py')
-rwxr-xr-x | tool/aio.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/aio.py b/tool/aio.py index c554f1f..ce35a7d 100755 --- a/tool/aio.py +++ b/tool/aio.py @@ -187,7 +187,7 @@ for filename in template_name_list: class ConfigVar: - def __init__(self, name: str, description: str, default_value_generator: typing.Callable[[], str] | str): + def __init__(self, name: str, description: str, default_value_generator: typing.Callable | str): """Create a config var. Args: |