aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-19 13:17:18 +0800
committercrupest <crupest@outlook.com>2022-11-19 13:17:18 +0800
commitb3b625bc64f90918df4e6c96db21917f7b0502bc (patch)
treeceab4911f602a6bf0c4abfe9da1c4f2ec2893219
parent5172ce7b0c9b3e6c6648cfc7a8c7729de20973f3 (diff)
downloadcrupest-b3b625bc64f90918df4e6c96db21917f7b0502bc.tar.gz
crupest-b3b625bc64f90918df4e6c96db21917f7b0502bc.tar.bz2
crupest-b3b625bc64f90918df4e6c96db21917f7b0502bc.zip
Fuck py. v2.2
-rwxr-xr-xtool/aio.py2
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: