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 d85198f commit a2c8324Copy full SHA for a2c8324
codegen/main.py
@@ -70,11 +70,6 @@ def generate():
70
filename = os.path.join(target_path, metadata["name"] + ".py")
71
write_module(filename, metadata["ast"], new=True)
72
73
- print("[WARNING] Not generating types/schemas")
74
- import sys
75
-
76
- sys.exit(0)
77
78
# Generate types.py
79
ast_nodes = generate_types_module(types)
80
target_path = os.path.join(path, "types")
0 commit comments