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 fbb164e commit 0b2264fCopy full SHA for 0b2264f
.generator/cli.py
@@ -23,6 +23,7 @@
23
LIBRARIAN = "/librarian"
24
25
# Helper function that reads a json file path and returns the loaded json content.
26
+# Remove me.
27
def _read_json_file(path):
28
if not os.path.exists(path):
29
raise FileNotFoundError(f"Request file not found at '{path}'")
0 commit comments