Skip to content

Commit b6b4ebd

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 8e397aa commit b6b4ebd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

automation/script/doc.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ def generate_docs(metadata, script_path, generic_inputs):
122122
# Append the content to doc_content
123123
doc_content += commands_readme
124124

125-
126125
readme_path = os.path.join(readme_dir, "README.md")
127126
with open(readme_path, "w") as f:
128127
f.write(doc_content)
@@ -133,7 +132,6 @@ def generate_docs(metadata, script_path, generic_inputs):
133132

134133
def get_variations_readme(variations):
135134

136-
137135
# Data structures
138136
aliases = {} # alias name -> real target
139137
alias_reverse = defaultdict(list) # real target -> [aliases]
@@ -195,7 +193,6 @@ def get_variations_readme(variations):
195193
return {'return': 0, 'variations_readme': "\n".join(md_lines)}
196194

197195

198-
199196
def get_run_readme(tags, input_mapping, input_description,
200197
default_env, generic_inputs):
201198
run_readme = f"""## Run Commands

0 commit comments

Comments
 (0)