diff --git a/pytiled_parser/layer.py b/pytiled_parser/layer.py index 4b6e1f3..dc59a26 100644 --- a/pytiled_parser/layer.py +++ b/pytiled_parser/layer.py @@ -136,10 +136,8 @@ class RawChunk(TypedDict): class RawLayer(TypedDict): - """ - FIXME Make the layers attribute function - - The keys and their types that appear in a Layer JSON Object.""" + # FIXME Make the layers attribute function + """ The keys and their types that appear in a Layer JSON Object.""" chunks: List[RawChunk] compression: str