aboutsummaryrefslogtreecommitdiff
path: root/tool/aio.py
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
commitc135cb133403832ede8928dc892b0e0c13bc768b (patch)
tree0eb81939d8e6c31af848db77ff836ae104205cdd /tool/aio.py
parentb3b625bc64f90918df4e6c96db21917f7b0502bc (diff)
downloadcrupest-c135cb133403832ede8928dc892b0e0c13bc768b.tar.gz
crupest-c135cb133403832ede8928dc892b0e0c13bc768b.tar.bz2
crupest-c135cb133403832ede8928dc892b0e0c13bc768b.zip
Fuck py. v2.3
Diffstat (limited to 'tool/aio.py')
-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: