aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-19 13:18:05 +0800
committercrupest <crupest@outlook.com>2022-11-19 13:18:05 +0800
commit39020f37bc7f74c213695d99ef872d3cb55d0960 (patch)
tree0eb81939d8e6c31af848db77ff836ae104205cdd
parentbe8c3908b42dd3380a22565e40cd30bf87112c69 (diff)
downloadcrupest-39020f37bc7f74c213695d99ef872d3cb55d0960.tar.gz
crupest-39020f37bc7f74c213695d99ef872d3cb55d0960.tar.bz2
crupest-39020f37bc7f74c213695d99ef872d3cb55d0960.zip
Fuck py. v2.3
-rwxr-xr-xtool/aio.py2
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: