Skip to content

Commit ea30be7

Browse files
tomvdwThe TensorFlow Datasets Authors
authored and
The TensorFlow Datasets Authors
committed
Internal change
PiperOrigin-RevId: 736777415
1 parent 17e145e commit ea30be7

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

tensorflow_datasets/scripts/documentation/collection_markdown_builder.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -176,15 +176,11 @@ def get_key(self, loader: tfds.core.DatasetCollectionLoader):
176176
def content(self, loader: tfds.core.DatasetCollectionLoader):
177177
if not loader.collection.info.citation:
178178
return ''
179-
return dmb.Block(
180-
textwrap.dedent(
181-
f"""
179+
return dmb.Block(textwrap.dedent(f"""
182180
```
183181
{tfds.core.utils.indent(loader.collection.info.citation, ' ')}
184182
```
185-
"""
186-
)
187-
)
183+
"""))
188184

189185

190186
# --------------------------- Main page ---------------------------

0 commit comments

Comments
 (0)