We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b099b commit 02a4723Copy full SHA for 02a4723
utils/utils.py
@@ -65,7 +65,7 @@ def generate_args(config, visible=True):
65
config_labels.append(field.name)
66
value = getattr(config, field.name)
67
type = field.type # string
68
- print(field.name, value, type)
+ # print(field.name, value, type)
69
# special case for Literal
70
pattern = r"(?:typing_extensions\.Literal|typing\.Literal|Literal)\[(.*?)\]"
71
matches = re.findall(pattern, str(type))
0 commit comments