Skip to content

Commit

Permalink
removed incorrect return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
AlessioNar committed Dec 23, 2024
1 parent ccb5eaf commit aefc994
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tulit/parsers/akomantoso.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,9 +606,7 @@ def parse(self, file: str) -> list[dict]:
Args:
file (str): The path to the Akoma Ntoso XML file.
Returns:
list[dict]: List of extracted provisions with CELEX ID, sentence text, and eId,
along with debug information.
"""
debug_info = {}
try:
Expand Down

0 comments on commit aefc994

Please sign in to comment.