From 6753262328e14ecefea449d28e5c8f46957f52e4 Mon Sep 17 00:00:00 2001 From: Darren Eberly Date: Sat, 6 Jun 2020 19:45:10 -0400 Subject: [PATCH] chore: moved FIXME outside of docstring so pylint catches it --- pytiled_parser/layer.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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