Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
  • Loading branch information
cau-git committed Sep 25, 2024
1 parent 8251f99 commit 461f6ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docling_core/utils/ds_generate_jsonschema.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"""Generate the JSON Schema of pydantic models and export them to files.
Example:
python docling_core/utils/ds_generate_jsonschema.py legacy.base.TableCell
python docling_core/utils/ds_generate_jsonschema.py doc.base.TableCell
"""
import argparse
Expand Down Expand Up @@ -48,7 +48,7 @@ def main() -> None:
"""Print the JSON Schema of a model."""
argparser = argparse.ArgumentParser()
argparser.add_argument(
"class_ref", help="Class reference, e.g., legacy.base.TableCell"
"class_ref", help="Class reference, e.g., doc.base.TableCell"
)
args = argparser.parse_args()

Expand Down

0 comments on commit 461f6ff

Please sign in to comment.