chore(layer): Removed FIXME for completed task

This commit is contained in:
Darren Eberly
2020-08-19 23:05:04 -04:00
parent 0b1348dc1b
commit e5dcb10858

View File

@@ -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]