diff options
| author | crupest <crupest@outlook.com> | 2022-11-19 13:18:05 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2022-11-19 13:18:05 +0800 |
| commit | c135cb133403832ede8928dc892b0e0c13bc768b (patch) | |
| tree | 0eb81939d8e6c31af848db77ff836ae104205cdd | |
| parent | b3b625bc64f90918df4e6c96db21917f7b0502bc (diff) | |
| download | crupest-c135cb133403832ede8928dc892b0e0c13bc768b.tar.gz crupest-c135cb133403832ede8928dc892b0e0c13bc768b.tar.bz2 crupest-c135cb133403832ede8928dc892b0e0c13bc768b.zip | |
Fuck py. v2.3
| -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 ce35a7d..9114fc7 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): + def __init__(self, name: str, description: str, default_value_generator): """Create a config var. Args: |
