diff --git a/g85/read.py b/g85/read.py index a19c41e..8c4a924 100644 --- a/g85/read.py +++ b/g85/read.py @@ -139,7 +139,7 @@ def read_row(el_row: ElementTree.Element) -> list[str]: def _tag(element: ElementTree.Element) -> str: - ''' + """ Get the element's tag, excluding any namespaces. - ''' + """ return element.tag.split('}')[-1]