diff --git a/pytiled_parser/layer.py b/pytiled_parser/layer.py index 72692d3..fcf057e 100644 --- a/pytiled_parser/layer.py +++ b/pytiled_parser/layer.py @@ -157,7 +157,6 @@ class RawChunk(TypedDict): class RawLayer(TypedDict): - # FIXME Make the layers attribute function """ The keys and their types that appear in a Layer JSON Object.""" chunks: List[RawChunk]