mirror of
https://github.com/OMGeeky/pytiled_parser.git
synced 2025-12-26 17:02:28 +01:00
chore(layer): Removed FIXME for completed task
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user