diff --git a/pytiled_parser/xml_parser.py b/pytiled_parser/xml_parser.py index f770ea0..243863c 100644 --- a/pytiled_parser/xml_parser.py +++ b/pytiled_parser/xml_parser.py @@ -111,7 +111,6 @@ def _decode_data( Returns: List[List[int]]: Tile grid. """ - # etree.Element.text comes with an appended and a prepended '\n' supported_encodings = ["base64", "csv"] if encoding not in supported_encodings: raise ValueError(f"{encoding} is not a supported encoding")