Skip to content

Commit

Permalink
remove command catleg query (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
rprimet authored Sep 18, 2023
1 parent 7dc48b2 commit 0c906d3
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/catleg/catleg.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,6 @@ def check_expiry(file: Path):
raise typer.Exit(retcode)


@app.command()
def query(article_id: str):
"""
Retrieve a reference version of a French law article.
"""
back = get_backend("legifrance")
print(asyncio.run(back.article(article_id)))


@app.command()
def skeleton(textid: str, sectionid: str):
"""
Expand Down

0 comments on commit 0c906d3

Please sign in to comment.