chore: moved FIXME outside of docstring so pylint catches it

This commit is contained in:
Darren Eberly
2020-06-06 19:45:10 -04:00
parent c81785eb77
commit 6753262328

View File

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