Skip to content

Commit

Permalink
Update src/migmose/__main__.py
Browse files Browse the repository at this point in the history
Co-authored-by: konstantin <konstantin.klein@hochfrequenz.de>
  • Loading branch information
DeltaDaniel and hf-kklein authored Mar 6, 2024
1 parent fb96d60 commit 8e44a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/migmose/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def get_paragraphs_up_to_diagram(parent: Union[Document, _Cell]) -> Generator[Un

def parse_raw_nachrichtenstrukturzeile(input_path: Path) -> list[str]:
"""
parses raw nachrichtenstrukturzeile from a table . returns list of raw lines
parses raw nachrichtenstrukturzeile from a table. returns list of raw lines
"""
# pylint: disable=protected-access
doc = docx.Document(input_path)
Expand Down

0 comments on commit 8e44a9d

Please sign in to comment.