Skip to content

Commit

Permalink
remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
Konstantin committed Dec 5, 2024
1 parent 55668fd commit 558b432
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/fundamend/reader/migreader.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,6 @@ def __init__(self, xml_path: Path):
self._xml_path = xml_path
self._element_tree = ET.parse(self._xml_path)

def _get_format_root(self) -> ET.Element:
actual_root = self._element_tree.getroot()
if actual_root.tag == "Uebertragungsdatei":
return actual_root.find("//*[starts-with(name(), 'M_')][1]")
return actual_root

def get_publishing_date(self) -> date:
"""
returns the publishing date of the message implementation guide
Expand Down

0 comments on commit 558b432

Please sign in to comment.