mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
chore: moved FIXME outside of docstring so pylint catches it
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user